Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dryads static methods #73

Merged
merged 5 commits into from
Dec 6, 2019
Merged

Conversation

crucialfelix
Copy link
Owner

  • SynthDef.fromSource
  • SynthDef.fromFile
  • Synth.fromSource
  • Synth.fromFile

Automatically add surrounding { } to simple SynthDef

Allows minimal SynthDef definitions: |freq| SinOsc.ar(freq)
As opposed to long form:
SynthDef("SinOsc", {|out, freq| Out.ar(out, SinOsc.ar(freq)) });

@crucialfelix crucialfelix merged commit 79f759e into develop Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant