Switch current synth

use_synth  synth_name (symbol)

Switch the current synth to synth_name. Affects all further calls to play. See with_synth for changing the current synth only for a specific do/end block.

Introduced in v2.0

Example

# Example 1

play 50
use_synth :mod_sine
play 50



# Plays with default synth
 
# Plays with mod_sine synth