GUI: add "note preview behavior" setting

This commit is contained in:
tildearrow 2022-04-16 13:13:19 -05:00
parent b4ac5c7e6a
commit 330171edc3
4 changed files with 32 additions and 0 deletions

View file

@ -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(""),