MixerSkin
Holds global parameters determining the appearance of a MixingBoard.
As of July 16th, 2005, most of the functionality that was in MixerSkin is now in MixerGUIDef. MixerSkin now holds only the three parameters shown below.
*new
Creates a new instance of MixerSkin, and initializes with default values. Use setters to change the defaults.
Setters
gap_(aPoint)
Determines the amount of space between mixer channels. The point's x coordinate sets the the gap between columns, and the y coordinate sets the gap between rows.
maxSize_(aPoint)
Sets the maximum size of the window. The default is the entire screen area.
maxAcross_(Integer)
Sets the maximum number of columns in the mixer channel. But useful, for instance, if you construct a MixerGUIDef in which the views are horizontally arranged, and you want only one column.