1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Bug2397: Reverb effect applied to multiple mono tracks

This commit is contained in:
Paul Licameli 2020-04-28 08:04:12 -04:00 committed by Paul Licameli
parent aef4eefb51
commit bc46ca9aaf

View File

@ -1022,7 +1022,7 @@ template <
return { return {
{ newBegin.mIter, newBegin.mIter, this->second.mEnd, { newBegin.mIter, newBegin.mIter, this->second.mEnd,
this->first.GetPredicate() }, this->first.GetPredicate() },
{ newBegin.mIter, this->second.mEnd, this->second.mEnd, { newBegin.mIter, this->second.mIter, this->second.mEnd,
this->second.GetPredicate() } this->second.GetPredicate() }
}; };
} }