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
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: