How To Group A List of Undefined Size?

ComfortableInClouds's icon

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.

Luke Hall's icon

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

Roman Thilenius's icon
Georg Hajdu's icon

How about...

Max Patch
Copy patch and select New From Clipboard in Max.

?

ComfortableInClouds's icon

thresh works well, thanks.

Georg Hajdu's icon

Beware! Thresh can change up your timing (i.e. order of execution), if that's a concern.

Georg