parent
f02e38d560
commit
96624e82fb
|
@ -145,7 +145,9 @@ void DivEngine::runExportThread() {
|
||||||
|
|
||||||
// take control of audio output
|
// take control of audio output
|
||||||
deinitAudioBackend();
|
deinitAudioBackend();
|
||||||
|
freelance=false;
|
||||||
playSub(false);
|
playSub(false);
|
||||||
|
freelance=false;
|
||||||
|
|
||||||
logI("rendering to file...");
|
logI("rendering to file...");
|
||||||
|
|
||||||
|
@ -244,7 +246,9 @@ void DivEngine::runExportThread() {
|
||||||
|
|
||||||
// take control of audio output
|
// take control of audio output
|
||||||
deinitAudioBackend();
|
deinitAudioBackend();
|
||||||
|
freelance=false;
|
||||||
playSub(false);
|
playSub(false);
|
||||||
|
freelance=false;
|
||||||
|
|
||||||
logI("rendering to files...");
|
logI("rendering to files...");
|
||||||
|
|
||||||
|
@ -380,7 +384,9 @@ void DivEngine::runExportThread() {
|
||||||
totalLoops=0;
|
totalLoops=0;
|
||||||
isFadingOut=false;
|
isFadingOut=false;
|
||||||
remainingLoops=-1;
|
remainingLoops=-1;
|
||||||
|
freelance=false;
|
||||||
playSub(false);
|
playSub(false);
|
||||||
|
freelance=false;
|
||||||
|
|
||||||
while (playing) {
|
while (playing) {
|
||||||
size_t total=0;
|
size_t total=0;
|
||||||
|
|
Loading…
Reference in a new issue