From b137a2982f19830259c145c0dc67491e9615d8ea Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 26 Sep 2017 17:39:42 +0200 Subject: Export needs to offset buffers when processing partial cycle --- libs/ardour/session_export.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/session_export.cc') diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc index 45e86073cd..04c945b658 100644 --- a/libs/ardour/session_export.cc +++ b/libs/ardour/session_export.cc @@ -294,6 +294,7 @@ Session::process_export_fw (pframes_t nframes) if (nframes == 0) { return; } + _engine.split_cycle (remain); } if (need_buffers) { -- cgit v1.2.3