chuck icon indicating copy to clipboard operation
chuck copied to clipboard

Add clear() method to Delay ugens?

Open tsob opened this issue 9 years ago • 1 comments

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

tsob avatar May 18 '16 19:05 tsob

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

gewang avatar May 19 '16 03:05 gewang