how to manage quickly generated lists of numbers

Okram28's icon

Hi, I am working on my patch, which would analyze harmonic structures in midi files. And I need your help. As you can see in my patch posted below, I am using quickthresh object to capture notes during playback of the song. Quicktresh produces a list of numbers in one row, which correspond to tones played at certain time. How could I handle these lists generated during playback?? I need to store them, filter and work with them. Any Ideas?? btw Is there any object which gives a number of items in a list??? Thanx a lot ..

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

Here is my patch:

Tim Lloyd's icon

You could store lists in [coll ] and/or [zl reg ]. Also check out zl in general for working with lists.

Okram28's icon

Thank you