Returns an OSC message to map from an mono-channel audio bus to one of the node's controls.
Returns an OSC message to map from an mono-channel audio bus to one of the node's controls.
Note that a mapped control acts similar to an InFeedback
UGen in that it does not matter
whether the audio bus was written before the execution of the synth whose control is mapped or not.
If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.
Returns an OSC message to map from an mono- or multi-channel audio bus to one of the node's controls.
Returns an OSC message to map from an mono- or multi-channel audio bus to one of the node's controls.
Note that a mapped control acts similar to an InFeedback
UGen in that it does not matter
whether the audio bus was written before the execution of the synth whose control is mapped or not.
If it was written before, no delay is introduced, otherwise a delay of one control block is introduced.
Creates an OSC message to move this node after another node
Creates an OSC message to move this node after another node
the node after which to move this node
Creates an OSC message to move this node before another node
Creates an OSC message to move this node before another node
the node before which to move this node
A utility method which calls setMsg
assuming a control named gate
.
A utility method which calls setMsg
assuming a control named gate
. The release time
argument is modified to correspond with the interpretation of the gate
argument in
an EnvGen
UGen. This is the case for synths created with the package method play
.
the optional release time in seconds within which the synth should fade out,
or -1
(default) if the envelope should be released at its nominal release time.
If the EnvGen
has a doneAction
of freeSelf
, the synth will be freed after
the release phase.
Returns an OSC message to resume the node if it was paused.
Returns an OSC message to resume the node if it was paused.
if true
the node is resumed, if false
it is paused.
Returns an OSC message to resume the node if it was paused.
Returns an OSC message to resume the node if it was paused.