GUI: add option to disable threaded input
This commit is contained in:
parent
cd7b333b2d
commit
dff7c61b79
3 changed files with 21 additions and 1 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue