mohayonao/CoffeeCollider

Buffer example from WIKI doesn't work

Closed this issue · 1 comments

hems commented

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()

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