1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +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 {
{ 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() }
};
}