how to delay the individual elements of a list?
Like iterated output of multislider?
Hi,
I'm not sure I understood what you trying to achieve. Can you be more specific?
Did you have a look to the [p "more about delaying lists"] in pipe.maxhelp?
I think you're looking for "listfunnel"?
well, basically by unpacking it, no?
something like zl slice 7 zl slice 1 will extract a single element.
i´ve beein doing things like that to lists in my composition enviroments, based
around zl nth, that would be another solution.