add "force mono audio" option and fix flags not be
ing set after a dispatch reset
This commit is contained in:
parent
16f497fcf1
commit
a93a9c19f3
6 changed files with 22 additions and 3 deletions
|
|
@ -217,6 +217,7 @@ class FurnaceGUI {
|
|||
int stepOnDelete;
|
||||
int scrollStep;
|
||||
int sysSeparators;
|
||||
int forceMono;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -249,6 +250,7 @@ class FurnaceGUI {
|
|||
stepOnDelete(0),
|
||||
scrollStep(0),
|
||||
sysSeparators(1),
|
||||
forceMono(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath("") {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue