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:
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() }
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user