mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +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 {
|
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() }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user