This is an iframe, to view it upgrade your browser or enable iframe display.
Prev
Next
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 );
Prev
11.3.12.3. Replace a Running Synth
Up
Home
Next
11.3.13. Scheduling