Trigger specific synth

synth  synth_name (symbol)

Trigger specified synth with given arguments. Bypasses current synth value, yet still honours synth defaults.

Introduced in v2.0

Examples

# Example 1

synth :fm, note: 60, amp: 0.5



# Play note 60 of the :fm synth with an amplitude of 0.5



# Example 2

use_synth_defaults release: 5
synth :dsaw, note: 50



 
# Play note 50 of the :dsaw synth with a release of 5