Product SiteDocumentation Site

11.3.12.4. Pausing and Restarting a Synth

The server allows you to temporarily pause and later re-start a synth, without freeing and re-creating it.
To pause a synth:
variableHoldingSynth.run( false );
To re-start a synth:
variableHoldingSynth.run( true );