vsmart / vitamin-d

MIT License
1 stars 0 forks source link

sound in quil? #5

Closed lislis closed 8 years ago

lislis commented 8 years ago

Is there no sound in quil? Or can I just not find it?

vsmart commented 8 years ago

No, quil is just for drawing. I was looking to see if we can use some simple java/clojure sound library. Setting up overtone might be overkill. I'll look into it later & report back.

vsmart commented 8 years ago

Hmmmm I couldn't find an easy lightweight sound lib in clojure, looks like we would have to use a native java thing. Something like here - http://gettingclojure.wikidot.com/cookbook:system

lislis commented 8 years ago

Thank you for investigating! Looks kinda simple, I'll give it a try later

lislis commented 8 years ago

closing this. Out of scope for this jam..