querying a specific list from Coll?

edsonedge's icon

I am using coll - and it is getting fed 64 datastreams/lists every 2 seconds
That is; 64 idexes are getting radom lists that I then want to queary

If I have a list, outside of coll (lets say; 1 4 7 9 11) that I want to compare to all the lists within coll is it possible to query if there is a list stored within coll that matches this list.

All the best

o s's icon
Max Patch
Copy patch and select New From Clipboard in Max.

like this?

edsonedge's icon

Yeah, that seems to be getting there

gonna try it out

Thanks :)

edsonedge's icon

Hi O S

I don´t understand why the clocker is counting how many lists match?

what I am really trying to do is to get coll to spit out the index number of the list that matches - is that possible?

o s's icon

the counter does count until the matching list is found. So (as I remember it right) the 4th list does match (counted from zero makes 3). So 3 is already the right index number.

hth

ole

edsonedge's icon

thanks :)