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
{{ message }}
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
When playing live, it's useful to know when a pattern is going to loop. It's hard to determine when an arbitrary pattern loops, but it's easy to let the user define cycle lengths. Using a -- @mod <n> keyword and the current cycle count, seg could monitor and display when a loop is going to happen. This cycle length could also be named for clarity -- @mod <n> <name>
The text was updated successfully, but these errors were encountered:
When playing live, it's useful to know when a pattern is going to loop. It's hard to determine when an arbitrary pattern loops, but it's easy to let the user define cycle lengths. Using a
-- @mod <n>
keyword and the current cycle count, seg could monitor and display when a loop is going to happen. This cycle length could also be named for clarity-- @mod <n> <name>
The text was updated successfully, but these errors were encountered: