mirror of
https://github.com/vsariola/sointu.git
synced 2026-08-16 22:56:58 -04:00
feat: toggle button to duplicate non-unique patterns when changed
Closes #77.
This commit is contained in:
+8
-7
@@ -54,13 +54,14 @@ type (
|
||||
changeSeverity ChangeSeverity
|
||||
changeType ChangeType
|
||||
|
||||
panic bool
|
||||
recording bool
|
||||
playing bool
|
||||
playPosition sointu.SongPos
|
||||
loop Loop
|
||||
follow bool
|
||||
quitted bool
|
||||
panic bool
|
||||
recording bool
|
||||
playing bool
|
||||
playPosition sointu.SongPos
|
||||
loop Loop
|
||||
follow bool
|
||||
quitted bool
|
||||
uniquePatterns bool
|
||||
|
||||
cachePatternUseCount [][]int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user