added basic audio recording functionality

This commit is contained in:
itsmattkc
2018-10-23 19:51:06 +11:00
parent 6edd869445
commit 95f6ffe845
10 changed files with 152 additions and 1 deletions
+2 -1
View File
@@ -529,7 +529,8 @@ void ViewerWidget::paintGL() {
glDisable(GL_TEXTURE_2D);
} while (loop);
if (viewer->playing
if (!recording
&& viewer->playing
&& (viewer->seq->playhead == viewer->seq->getEndFrame() || (viewer->seq->using_workarea && viewer->seq->playhead >= viewer->seq->workarea_out))) {
viewer->pause();
}