mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 15:33:14 -04:00
Merge pull request #1370 from curlymorphic/issue1242
Fix for issue 1242 Buffer size frame rate should not cause a delay/latency at the start of rendered audio file.
This commit is contained in:
@@ -160,6 +160,8 @@ void ProjectRenderer::run()
|
||||
|
||||
|
||||
Engine::getSong()->startExport();
|
||||
//skip first empty buffer
|
||||
Engine::mixer()->nextBuffer();
|
||||
|
||||
Song::playPos & pp = Engine::getSong()->getPlayPos(
|
||||
Song::Mode_PlaySong );
|
||||
|
||||
Reference in New Issue
Block a user