pub fn parse_synth_definition(input: &str) -> Result<Value>Expand description
Parse synth definition: synth waveform { params } OR synth plugin.
Supported syntaxes:
- synth “sine” { attack: 0.1 }
- synth plugin.acid.synth { waveform: “sine” }
- synth { waveform: “sine”, attack: 0.1 } // waveform in params