[coll] sort index

KrisW's icon

is there a way to sort just index numbers instead of sorting everything inside of coll like index symbols together ?

its all becoming really messy in my coll as im storing both types of indexes :(

justin's icon

I presume it would be possible to achieve this with coll's renumber and sort commands. But I'm not sure I understand the question... a patch would be useful to illustrate the problem?

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

Hi justin . here it is ...

i would love to sort just these numerical indexes , without touching any symbol index .it should remain the same as it was stored :/ no idea
ps: there is [jit.cellblock] so u can see whats happening inside the [coll]

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

a bit pushed for time here to provide the solution in full, but hopefully this is a good starting point!
you will need to merge the symbols back with the original list...

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

Thank you very much justin , this is so smart . It works very well.

ive merged it into the coll :D