mathias / hum

ClojureScript wrappers around the Web Audio API
https://clojars.org/hum
Eclipse Public License 1.0
57 stars 7 forks source link

Fixed #4 (hum/create-osc ctx :sawtooth) now creates a sawtooth wave instead of a sine. #5

Closed triss closed 9 years ago

triss commented 9 years ago

Setting oscillator type now works.

mathias commented 9 years ago

Nice catch! I must have been working off an old draft of the WebAudio API when I tried using properties.

Thanks! :boom: :shipit: