GUI: add "Use standard OPL waveform names" option
This commit is contained in:
parent
95580d9f1a
commit
be483470ef
3 changed files with 26 additions and 2 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue