cycle for lists?

flowdesigner's icon

is there a cycle for lists?

( I write short becaouse of joint pain)

big_pause's icon

try an [oscbank~] (help file gives an example of using a list)

Roman Thilenius's icon

i use abs based on gate+counter

pid's icon

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.

broc's icon

I the OP means [cycle], it could be solved by converting the lists to symbols (and back to lists).

Tj Shredder's icon

You can do an abstraction like this:

The next is better, mine wasn't acting like cycle...;-)

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

Or this :)

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

as broc suggested, using the actual [cycle] with [tosymbol] then [fromsymbol] seems to work just fine

Roman Thilenius's icon

i think i win.

flowdesigner's icon

I like mark2e s patch!

to/from symbol is to geeky for me

thanks all!

Charles Matthews's icon

Bit late but jit.cycle also does the trick..

vichug's icon

however late, you definitely win :p thanks !