jonromero / music-as-data

A Live Programming language for music
mad.emotionull.com
BSD 2-Clause "Simplified" License
346 stars 22 forks source link

clj-processing is no longer maintained #10

Closed gthomas closed 12 years ago

gthomas commented 12 years ago

clj-processing is now quil, probably should make the switch -- I'm working on it in my fork (also Clojure 1.4.0)

jonromero commented 12 years ago

bummer! I was thinking using Overtone as a backend but Processing has all these awesome visualizations!

If you have something that works, do a request and I'll merge you back!

And add yourself to Authors of course :)

gthomas commented 12 years ago

Yeah, major bummer. I'm looking to do some processing + MAD. Quil ought to do the trick, I'll let you know when I've got something that builds happily.

jonromero commented 12 years ago

Perfect!

gthomas commented 12 years ago

Take a peek at the latest commit. "lein compile" is happy to build it, but the + macro in semantics.clj causes a NullPointerException at compile time.