Abstract method which must be implemented by creating the actual UGen
s
during expansion.
if non-zero, immediately pauses the synth when the trigger is received.
if non-zero, immediately pauses the synth when the trigger is received. This can be useful because the client may take a moment to actually dispose the synth.
the trigger signal that invokes the disposal
A UGen that when triggers stops the encompassing synth. As opposed to
FreeSelf
, this triggers a disposal action on the client side, possibly synchronising the disposal of associated resources.the trigger signal that invokes the disposal
if non-zero, immediately pauses the synth when the trigger is received. This can be useful because the client may take a moment to actually dispose the synth.