Skip to content

Commit c76c66c

Browse files
committed
CompManager: Fixed rebuilding of the playback graph when a comp render completes
1 parent 3cbd72f commit c76c66c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/tracktion_engine/model/clips/tracktion_CompManager.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,12 @@ struct WaveCompManager::CompUpdater : private Timer
711711

712712
if (shouldStop)
713713
{
714+
if (auto acb = dynamic_cast<AudioClipBase*> (&clip))
715+
{
716+
acb->beginRenderingNewProxyIfNeeded();
717+
clip.edit.restartPlayback();
718+
}
719+
714720
clip.changed();
715721
stopTimer();
716722
return;

0 commit comments

Comments
 (0)