GUI: add "note preview behavior" setting
This commit is contained in:
parent
b4ac5c7e6a
commit
330171edc3
4 changed files with 32 additions and 0 deletions
|
|
@ -819,6 +819,7 @@ class FurnaceGUI {
|
|||
int oplStandardWaveNames;
|
||||
int cursorMoveNoScroll;
|
||||
int lowLatency;
|
||||
int notePreviewBehavior;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -891,6 +892,7 @@ class FurnaceGUI {
|
|||
oplStandardWaveNames(0),
|
||||
cursorMoveNoScroll(0),
|
||||
lowLatency(0),
|
||||
notePreviewBehavior(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue