From bc46ca9aaf92f40548c6486a7e4e3c96234d3126 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 28 Apr 2020 08:04:12 -0400 Subject: [PATCH] Bug2397: Reverb effect applied to multiple mono tracks --- src/Track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Track.h b/src/Track.h index d83d38e85..5f57a23b4 100644 --- a/src/Track.h +++ b/src/Track.h @@ -1022,7 +1022,7 @@ template < return { { newBegin.mIter, newBegin.mIter, this->second.mEnd, this->first.GetPredicate() }, - { newBegin.mIter, this->second.mEnd, this->second.mEnd, + { newBegin.mIter, this->second.mIter, this->second.mEnd, this->second.GetPredicate() } }; }