From f5064fa1ca952becd294766f9277c47aa868a205 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2020 11:31:07 -0600 Subject: after an overwrite with the loop location set, reset the next sample to be read --- libs/ardour/disk_reader.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs') diff --git a/libs/ardour/disk_reader.cc b/libs/ardour/disk_reader.cc index 61cced8951..731655eda7 100644 --- a/libs/ardour/disk_reader.cc +++ b/libs/ardour/disk_reader.cc @@ -736,6 +736,10 @@ DiskReader::overwrite_existing_audio () } } + if (_loop_location) { + file_sample[DataType::AUDIO] = start; + } + return ret; } -- cgit v1.2.3