Switching to 5 different inputs using a stopwatch?

Hello!

I am currently having difficulties in finding a way to use the stopwatch to get my nodes to switch with every two seconds. I’ve attached a screenshot below.

I’ve tried adding more “>” nodes and increasing the input… but I think I am doing it wrong because it does not change to the 3rd,4th and fifth screen. I’ve also added the patch below so if anyone can help me it would be greatly appreciated! :)

Thank you!

callmenames.v4p (14.0 kB)

Hello spiceboy,

framedelays often lead to unexpected behavior and tend to make everything a little bit more tricky…
Especially if you have framedelay in a row.
For your example just use the cycles output of a lfo node.

See patch.

cheers

lfoSwitch.v4p (10.4 kB)

Very quick solution.
Edit: ops, a bit late.

for_spiceboy.v4p (12.7 kB)

wow. you’re a legend. thanks! :)