the input UGen which when finished will trigger the action.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
the input UGen which when finished will trigger the action.
A UGen that, when its input UGen is finished, pauses enclosing synth. This is essentially a shortcut for
PauseSelf.kr(Done.kr(src))
, so instead of providing a trigger signal it reads directly the done flag of an appropriate ugen (such asLine
orPlayBuf
).This UGen outputs its input signal for convenience.
the input UGen which when finished will trigger the action.
Done
FreeSelfWhenDone
PauseSelf
Pause