Merge branch 'master' into ZSMv1

This commit is contained in:
ZeroByteOrg 2022-06-29 13:14:15 -05:00
commit 40d67d7bb5
757 changed files with 4340 additions and 359 deletions

View file

@ -1089,6 +1089,7 @@ class FurnaceGUI {
int doubleClickColumn;
int blankIns;
int dragMovesSelection;
int unsignedDetune;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1190,6 +1191,7 @@ class FurnaceGUI {
doubleClickColumn(1),
blankIns(0),
dragMovesSelection(1),
unsignedDetune(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),