mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Bug2397: Reverb effect applied to multiple mono tracks
This commit is contained in:
committed by
Paul Licameli
parent
aef4eefb51
commit
bc46ca9aaf
@@ -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() }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user