You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to define a sequence of events that can start (or restart) at different points in the song, so I can reuse code.
What I really want is a way to say:
Doing the breakdown means:
After 0 measures
All dancers do star left forever
After 1 measures
All dancers do kick right once
After 6 measures
Do the breakdown
After 12 measures
Do the breakdown
Which would fire events at measures 6, 7, 12, and 13.
The text was updated successfully, but these errors were encountered:
I want to be able to define a sequence of events that can start (or restart) at different points in the song, so I can reuse code.
What I really want is a way to say:
Which would fire events at measures 6, 7, 12, and 13.
The text was updated successfully, but these errors were encountered: