GUI: add unsigned detune option

closes #559
This commit is contained in:
tildearrow 2022-06-28 15:06:22 -05:00
parent 13f14b6854
commit 96bc63470f
3 changed files with 18 additions and 8 deletions

View file

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