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 as Line or PlayBuf ).
This UGen outputs its input signal for convenience.
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.
Done
FreeSelfWhenDone
PauseSelf
Pause