Creates a mapping from a mono-channel audio bus to one of the node's controls.
Creates a mapping from a 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.
Creates a mapping from a mono- or multi-channel audio bus to one of the node's controls.
Creates a mapping from a 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.
Moves this node after another node
Moves this node after another node
the node after which to move this node
Moves this node before another node
Moves this node before another node
the node before which to move this node
Moves this node to the head of a given group
Moves this node to the head of a given group
the target group
Moves this node to the tail of a given group
Moves this node to the tail of a given group
the target group
Pauses or resumes the node.
Pauses or resumes the node.
if true
the node is resumed, if false
it is paused.