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

SC-lang parser #5

Merged
3 commits merged into from
Nov 1, 2010
Merged

SC-lang parser #5

3 commits merged into from
Nov 1, 2010

Conversation

pepijndevos
Copy link
Contributor

Hi Jefn, (I missed my comma, okay?)

This is it for now. It takes all the basic stuff I throw at it.

(macroexpand-1 '(sc "2 * SinOsc.ar(200 + 240, add: SinOsc.ar(100 + 100 + 100)"))
(do (* 2 (+ (sin-osc:ar (+ 200 240)) (sin-osc:ar (+ (+ 100 100) 100)))))

I didn't implement assignment and anything including square brackets, but everything else works as far as I know. Pleas fire!

Pepijn

@rosejn
Copy link
Owner

rosejn commented Oct 29, 2010

Great. I'm at work now but I'll pull it and find somewhere to include it in Overtone over the weekend. Thanks for working on this, it might help bring in more people from SC if they can come with their synth libraries.

@rosejn
Copy link
Owner

rosejn commented Nov 1, 2010

Thanks, this is very cool. It's merged.

@pepijndevos
Copy link
Contributor Author

Awesome!

This pull request was closed.
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.

2 participants