Unjoin is deprecated?
It says 'no such object'.
Is there another way to extract X elements from a list, starting from element N? ZL can give me the first or last X elements, but I don't see that it can get elements X thru X+N....
thanks in advance for any tips.
-eric
a couple of zl slice / ecils should get you there.
Plus, isn't unjoin a new Max 6 object?
unjoin is new to Max 6 indeed.
hmmm... but it's in the max 5 documentation. Optimistic docs, I guess.
Found a better solution, using count
so I'm good.