2 summary:: Model for the global volume of the synthesis server
6 Internally used by Server.
10 Create and return a new instance of Volume for a given server,
11 ranging from code::startBus:: over code::numChans:: (usually the server's number of output bus channels).
17 minimum volume in decibel
19 minimum volume in decibel
21 whether to persist a reset
26 run the synth that controls the volume. If mute is true, mute the output. (default: false)
29 free the synth that controls the volume.
38 set the volume (in db)
41 set the lag time that dampens volume changes
43 method:: setVolumeRange
46 method:: gui(window, bounds)
55 v.volume = rrand(-50, 5);
56 v.setVolumeRange(-90, 8);