Add clear() method to Delay ugens?
Hi Spencer, :sunglasses:
I may not know what I'm doing, but I think (1) the Delay ugens implemented from STK have a .clear() method, and (2) that's not pulled through to ChucK. That is, I'd like to do something like delay.clear(); to my object delay of type DelayA, but that doesn't work. Is there an easy fix or hack for this? Maybe I'm a total n00b?
Thanks! Tim
Just hooked up clear() for Delay, DelayA, and DelayL.
Ge
On 5/18/16 12:43 PM, tsob wrote:
Hi Spencer, :sunglasses:
I may not know what I'm doing, but I think (1) the Delay ugens implemented from STK have a |.clear()| method, and (2) that's not pulled through to ChucK. That is, I'd like to do something like |delay.clear();| to my object |delay| of type |DelayA|, but that doesn't work. Is there an easy fix or hack for this? Maybe I'm a total |n00b|?
Thanks! Tim
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ccrma/chuck/issues/63