LED bar sequence. need help to shorten it

it just a simple 10led array running light sequence in a loop. This already working like what i wanted it to do but is there a way to shorten this ?

Probably not. You need all the LED nodes to control them individually. Since all the delays have same value, you might be able to recode using one delay node, but you would need just as many nodes (and probably more) to select which LED is on.

If this is too be part of a larger program, you could put it into its own patch so it doesn’t clutter the main program.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.