VGM export: add option to insert pattern change hi

nts
This commit is contained in:
tildearrow 2022-08-03 18:44:45 -05:00
parent eafbf24290
commit 7ec4f7cb9e
4 changed files with 49 additions and 4 deletions

View file

@ -952,7 +952,7 @@ class FurnaceGUI {
String mmlString[32];
String mmlStringW;
bool quit, warnQuit, willCommit, edit, modified, displayError, displayExporting, vgmExportLoop, wantCaptureKeyboard, oldWantCaptureKeyboard, displayMacroMenu;
bool quit, warnQuit, willCommit, edit, modified, displayError, displayExporting, vgmExportLoop, vgmExportPatternHints, wantCaptureKeyboard, oldWantCaptureKeyboard, displayMacroMenu;
bool displayNew, fullScreen, preserveChanPos, wantScrollList, noteInputPoly;
bool displayPendingIns, pendingInsSingle;
bool willExport[32];