Store new list in coll
Hello forum!
I'm using function as a graphical representation for an envelope for a synth. I'm dumping out the data entered into function with a "listdump" message into a messagebox from the third (second right) outlet of function.
Then I want this stored back into coll for later use. And I cannot figure out this simple task.
Could someone help?
Many thanks!
Max Patch
Copy patch and select New From Clipboard in Max.
You need to prepend an index to the list you want to store, like:
(copy-paste that blob into a patcher)
Max Patch
Copy patch and select New From Clipboard in Max.
Brilliant, guys!
Thanks!