[coll] - Other solution to dump only 5 stored values out of 20

ygreq's icon

Hi everybody.

I was trying to go to a specific index in [coll] and then output only 5 stored values out of 20.

I know you can get to a specific index by sending the message "goto [index_number]" and then send the "next" message 5 times so [coll] would output the 5 stored values I want. That wouldn't be a problem as you can see in the example. The problem is when I try to get a bigger list and I have to wait a few seconds until I get all the necessary values.

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

Is there another way to do this?

AlexHarker's icon

Use [uzi] rather than metro and counter.

Something like the below:

HTH

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

Alex

ygreq's icon

Thank you, Alex! I was afraid this method have been to laggy when trying to uzi to many bangs but it seems to work alright. I tested it with 1800! :D