mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-23 06:23:49 +02:00
Effect::CopyInputTracks was only called with two values...
So now it simply takes a bool.
This commit is contained in:
@@ -347,7 +347,8 @@ bool EffectEqualization48x::TrackCompare()
|
||||
|
||||
// Include selected tracks, plus sync-lock selected tracks for Track::All.
|
||||
if (aTrack->GetSelected() ||
|
||||
(mEffectEqualization->mOutputTracksType == Track::All && aTrack->IsSyncLockSelected()))
|
||||
(// mEffectEqualization->mOutputTracksType == TrackKind::All &&
|
||||
aTrack->IsSyncLockSelected()))
|
||||
{
|
||||
auto o = aTrack->Duplicate();
|
||||
SecondIMap.push_back(aTrack);
|
||||
|
||||
Reference in New Issue
Block a user