mirror of
https://github.com/vsariola/sointu.git
synced 2025-10-03 02:24:53 -04:00
feat: toggle button to duplicate non-unique patterns when changed
Closes #77.
This commit is contained in:
parent
3a7ab0416a
commit
10f021a497
@ -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