the index of the control bus to read in from.
the number of channels (i.e. adjacent buses) to read in. Since this is a constant, a change in number of channels of the underlying bus must be reflected by creating different SynthDefs.
the index of the control bus to read in from.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
the number of channels (i.e.
the number of channels (i.e. adjacent buses) to read in. Since this is a constant, a change in number of channels of the underlying bus must be reflected by creating different SynthDefs.
A UGen which generates a trigger anytime a control bus is set.
Any time the bus is "touched" i.e. has its value set (using
"/c_set"
etc.), a single impulse trigger will be generated. Its amplitude is the value that the bus was set to. Note that if a signal is continuously written to that bus, for instance usingOut.kr
, only one initial trigger is generated once that ugen starts writing, but no successive triggers are generated.the index of the control bus to read in from.
the number of channels (i.e. adjacent buses) to read in. Since this is a constant, a change in number of channels of the underlying bus must be reflected by creating different SynthDefs.
TrigControl
In