parent
e209fd0b18
commit
e23f1700a3
3 changed files with 15 additions and 4 deletions
|
|
@ -2020,7 +2020,7 @@ class FurnaceGUI {
|
|||
int autoFillSave;
|
||||
int autoMacroStepSize;
|
||||
int backgroundPlay;
|
||||
int chanOscDCOffStrat;
|
||||
int noMaximizeWorkaround;
|
||||
unsigned int maxUndoSteps;
|
||||
float vibrationStrength;
|
||||
int vibrationLength;
|
||||
|
|
@ -2276,6 +2276,7 @@ class FurnaceGUI {
|
|||
autoFillSave(0),
|
||||
autoMacroStepSize(0),
|
||||
backgroundPlay(0),
|
||||
noMaximizeWorkaround(0),
|
||||
maxUndoSteps(100),
|
||||
vibrationStrength(0.5f),
|
||||
vibrationLength(20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue