Creating an envelope with the line object (not line~)

Hunter's icon

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.

Christopher Dobrian's icon
Christopher Dobrian's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Or something like this:

Hunter's icon

Thank you!