fix audio export not aborting in per-channel mode

This commit is contained in:
tildearrow 2022-04-14 02:26:47 -05:00
parent cc1933dcbb
commit 9795bca2ca
2 changed files with 18 additions and 0 deletions

View file

@ -194,6 +194,7 @@ class DivEngine {
bool repeatPattern;
bool metronome;
bool exporting;
bool stopExport;
bool halted;
bool forceMono;
bool cmdStreamEnabled;
@ -736,6 +737,7 @@ class DivEngine {
repeatPattern(false),
metronome(false),
exporting(false),
stopExport(false),
halted(false),
forceMono(false),
cmdStreamEnabled(false),