mirror of
https://github.com/LMMS/lmms.git
synced 2026-07-13 07:02:27 -04:00
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:
@@ -167,8 +167,8 @@ void ProjectRenderer::run()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Engine::getSong()->startExport();
|
||||
Engine::getSong()->updateLength();
|
||||
//skip first empty buffer
|
||||
Engine::mixer()->nextBuffer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user