GUI: add option to disable threaded input

This commit is contained in:
tildearrow 2022-07-20 00:32:06 -05:00
parent cd7b333b2d
commit dff7c61b79
3 changed files with 21 additions and 1 deletions

View file

@ -1091,6 +1091,7 @@ class FurnaceGUI {
int blankIns;
int dragMovesSelection;
int unsignedDetune;
int noThreadedInput;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1193,6 +1194,7 @@ class FurnaceGUI {
blankIns(0),
dragMovesSelection(1),
unsignedDetune(0),
noThreadedInput(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),