Export needs to offset buffers when processing partial cycle

This commit is contained in:
Robin Gareus
2017-09-26 17:39:42 +02:00
parent a80c8e1bb7
commit b137a2982f

View File

@@ -294,6 +294,7 @@ Session::process_export_fw (pframes_t nframes)
if (nframes == 0) {
return;
}
_engine.split_cycle (remain);
}
if (need_buffers) {