de.sciss.synth
An enumeration of special codes used by some UGens to issue a related action when they they are "done". For example, a PlayBuf can be instructed to free its enclosing synth when the buffer has been played to the end, using the freeSelf done-action.
PlayBuf
The following actions are known:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The identifier which is recognized by UGens such as Done.
Done
An enumeration of special codes used by some UGens to issue a related action when they they are "done". For example, a
PlayBuf
can be instructed to free its enclosing synth when the buffer has been played to the end, using the freeSelf done-action.The following actions are known:
0
- doNothing1
- pauseSelf2
- freeSelf3
- freeSelfPred4
- freeSelfSucc5
- freeSelfPredAll6
- freeSelfSuccAll7
- freeSelfToHead8
- freeSelfToTail9
- freeSelfPausePred10
- freeSelfPauseSucc11
- freeSelfPredDeep12
- freeSelfSuccDeep13
- freeAllInGroup14
- freeGroup