How To Group A List of Undefined Size?
Pretty straightforward, want to be able to group any number of messages, then output the list after a bang. or better yet, dump all the contents out of a coll as a list. thanks for any help.
You can use [zl group] for this. Send all the data to the first inlet and when you want to format it into a list send a bang. You might need to instatiate it with a high number if the lists you're creating will be massive though, for example: [zl 3000 group]
lh
[thresh]?
How about...
Max Patch
Copy patch and select New From Clipboard in Max.
?
thresh works well, thanks.
Beware! Thresh can change up your timing (i.e. order of execution), if that's a concern.
Georg