Creating an envelope with the line object (not line~)
With the line~ object you can send messages that create an envelope of sorts (10, 1000 5 1000 10). I believe this would start the line~ object at 10, and then send it down to 5 over 1000ms, then back to 10 over another 1000ms. Is there a way to create an envelope such as this with the normal 'line' object? Cheers.
Emmanuel J.'s ej.line: https://cycling74.com/forums/function-and-line-not-line/
Max Patch
Copy patch and select New From Clipboard in Max.
Or something like this:
Thank you!