Prevent Clicks with a function
Hi list ,
I would like write snappy attack in the function object but when i'm trying to do that , I have a big click at the beginning of the envelope.
it's is possible to use an other object before trigging the function to avoid clicks?
Max Patch
Copy patch and select New From Clipboard in Max.
here my example:
Thanks by advance for your help
Max
Hi
sticking with function, you can change its duration via the (setdomain $1) message, to get right down to 10, 20ms. There's no benefit in using function PLUS another method. Use [function], [adsr~], [curve~] or [line~].
Brendan
Max Patch
Copy patch and select New From Clipboard in Max.
Pretty much, snappy == clicky. You can enforce a minimum time for the first segment:
Thanks a lot !!!
Thanks you so much!