Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring patterns to loop #54

Open
cdauth opened this issue Aug 6, 2024 · 0 comments
Open

Allow configuring patterns to loop #54

cdauth opened this issue Aug 6, 2024 · 0 comments

Comments

@cdauth
Copy link
Contributor

cdauth commented Aug 6, 2024

When you press Play in the pattern placeholder or pattern editor, the player will loop the pattern if either one of the two conditions applies:

  • The "Loop" option in the playback settings is enabled
  • The pattern itself has loop: true set.

The problem is that the first one is not exported as part of shared links, and for the second one there is no UI. By default, when creating a new tune now, it creates a pattern “Tune” that has loop: true set, but there is no way for users to create an additional break that should be looped. We should add a setting for this to the pattern editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant