Don't count muted tracks in track length (#3390)

* Don't count muted tracks to length on render

* Don't count muted TCO's to length on render
This commit is contained in:
Oskar Wallgren
2017-03-01 07:27:43 +01:00
committed by GitHub
parent 8283e3f456
commit 06e4033cb9
3 changed files with 13 additions and 1 deletions

View File

@@ -167,8 +167,8 @@ void ProjectRenderer::run()
#endif
#endif
Engine::getSong()->startExport();
Engine::getSong()->updateLength();
//skip first empty buffer
Engine::mixer()->nextBuffer();