implement channel swapping

issue #378
This commit is contained in:
tildearrow 2022-04-28 03:36:15 -05:00
parent d211170e86
commit 859b2cf8db
5 changed files with 114 additions and 8 deletions

View file

@ -735,7 +735,7 @@ class FurnaceGUI {
String mmlStringW;
bool quit, warnQuit, willCommit, edit, modified, displayError, displayExporting, vgmExportLoop, wantCaptureKeyboard;
bool displayNew, fullScreen;
bool displayNew, fullScreen, preserveChanPos;
bool willExport[32];
int vgmExportVersion;
int drawHalt;