cycle for lists?
is there a cycle for lists?
( I write short becaouse of joint pain)
try an [oscbank~] (help file gives an example of using a list)
i use abs based on gate+counter
i think @flowdesigner means [cycle], NOT [cycle~]. another appalling cycling74 naming mess!
all i can think of is rolling your own with [zl] objects. won't be too hard. also, [multislider] can come in handy sometimes too. and [table], depending on what your lists are made of.
javascript / lua good options too.
also look into the java list class object.
although i am sure that someone somewhere has already solved this issue and shared it.
I the OP means [cycle], it could be solved by converting the lists to symbols (and back to lists).
You can do an abstraction like this:
The next is better, mine wasn't acting like cycle...;-)
Or this :)
as broc suggested, using the actual [cycle] with [tosymbol] then [fromsymbol] seems to work just fine
i think i win.
I like mark2e s patch!
to/from symbol is to geeky for me
thanks all!
Bit late but jit.cycle also does the trick..
however late, you definitely win :p thanks !