Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dryads): Automatically add surrounding { } where required to scl…
…ang SynthDef code Allows minimal SynthDef definitions: `|freq| SinOsc.ar(freq)` Long form: `SynthDef("SinOsc", {|out, freq| Out.ar(out, SinOsc.ar(freq)) });`
- Loading branch information