Hello everyone!
I'd like to know if there is any way to divide a long list of points into a given number of sublists using the path mapper.
I have 640 paths with 1 item each, and I would like to divide them into 16 paths of 40 items each.
I've been going around the problem by using sublists with manually written domains: (0.0 to 39.0) (40.0 to 79.0) (etc--) but I would want to have it flexible so that the number of items in the original list could vary.
I'm sure it's something very easy to do...but can't figure my way through the path mapper!
Thank you so much for your help!
Tags: