GUI: add "Use standard OPL waveform names" option

This commit is contained in:
tildearrow 2022-04-14 21:57:39 -05:00
parent 95580d9f1a
commit be483470ef
3 changed files with 26 additions and 2 deletions

View file

@ -816,6 +816,8 @@ class FurnaceGUI {
int metroVol;
int pushNibble;
int scrollChangesOrder;
int oplStandardWaveNames;
int cursorMoveNoScroll;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -885,6 +887,8 @@ class FurnaceGUI {
metroVol(100),
pushNibble(0),
scrollChangesOrder(0),
oplStandardWaveNames(0),
cursorMoveNoScroll(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),