mohayonao / CoffeeCollider

Sound Processing Language for Web Audio
http://mohayonao.github.io/CoffeeCollider/
MIT License
220 stars 15 forks source link

Buffer example from WIKI doesn't work #74

Closed hems closed 10 years ago

hems commented 10 years ago

I can't get the example from Buffer page to work:

https://github.com/mohayonao/CoffeeCollider/wiki/21-Buffer

b = Buffer([-1, -0.5, -0.25, -0, +0, +0.25, +0.5, +1]) ( -> OscN.ar(b, 440) ).play()

mohayonao commented 10 years ago

This was a bug. I've fixed it. thank you for your report.