fix audio export not aborting in per-channel mode
This commit is contained in:
parent
cc1933dcbb
commit
9795bca2ca
2 changed files with 18 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue