Product SiteDocumentation Site

11.3.12.2. Changing the Order

SuperCollider offers equally easy-to-use methods to change the order of execution.
To move a synth's execution after another:

variableHoldingSynthmoveAfter(variableHoldingAnotherSynth);

To move a synth's execution before another:

variableHoldingSynthmoveBefore(variableHoldingAnotherSynth);