Synced animations

Hi, is there anyway to sync LED animations? If I start different animations at different times, they all run indepependently of each other whereas I’d like them all to sync up and operate on the same cycle.

thx

2 Likes

Curious about this as well. It would be nice if there were a way to keep LED animations phase-aligned.

1 Like

Hey guys,

Maybe using the system timer might be useful for this purpose? I wanted to try this out to learn how it works, and I managed to create a custom animation (saw up) with resync. I’m not sure if this will be useful, but here’s what I’ve got so far:

I’ve uploaded it to my profile cloud (if that helps) grid-editor://?config-link=v14X21qlKGmAEYKdnapy

Apologies for any code mistakes—I’m still very new to using the grid editor!
Cheers

I’ve updated it with a global shape variable so we can select the animation waveform (on System Setup)

shp =
0 - Saw Up
1 - Saw Down
2 - Pulse
3 - Sine

Cheers

3 Likes