From 76070cb8c28f4068f5dcfc351ca7e885868dec4f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 31 Mar 2020 21:47:39 -0600 Subject: [PATCH] fix boolean logic PART THREE when trying to avoid complete_refill heuristic --- libs/ardour/disk_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/disk_reader.cc b/libs/ardour/disk_reader.cc index 3acd546c07..a744d2f898 100644 --- a/libs/ardour/disk_reader.cc +++ b/libs/ardour/disk_reader.cc @@ -762,7 +762,7 @@ DiskReader::seek (samplepos_t sample, bool complete_refill) return 0; } - if ((!_last_read_reversed || (_last_read_reversed == read_reversed)) || + if ((!_last_read_reversed || (_last_read_reversed == read_reversed)) && (!_last_read_loop || (_last_read_loop == read_loop))) { /* We do these things only if we're still reading in the same