GUI: implement no-nibble-push value input

This commit is contained in:
tildearrow 2022-04-13 17:42:55 -05:00
parent e86174921b
commit 720f046f28
4 changed files with 17 additions and 3 deletions

View file

@ -811,6 +811,7 @@ class FurnaceGUI {
int separateFMColors;
int insEditColorize;
int metroVol;
int pushNibble;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -878,6 +879,7 @@ class FurnaceGUI {
separateFMColors(0),
insEditColorize(0),
metroVol(100),
pushNibble(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),