2 summary:: Object to store control information of SynthDef (used internally)
3 related:: Classes/SynthDesc, Classes/SynthDef
4 categories:: UGens>Synth control
7 For an explicit creation of control names see: link::Classes/NamedControl::, link::Classes/Control::
11 a = SynthDescLib.global; // the global library of SynthDescs
12 x = a.synthDescs.at(\default); // get the default SynthDesc
13 x.controls.do { |ctl| [\name, ctl.name, \defaultValue, ctl.defaultValue].postln };"";
20 The name of the control.
21 returns:: a link::Classes/Symbol::
24 The index of the control.
25 returns:: an link::Classes/Integer::
28 The rate of the control.
29 returns:: a link::Classes/Symbol:: like code::'audio':: or code::'control'::
32 Default value of this control. Will be an link::Classes/Array:: for multichannel controls.
35 The number of channels.
36 returns:: an link::Classes/Integer::