mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Bug 2231 - Graphic Eq may create wrong effect
This commit is contained in:
parent
b3539ed2b8
commit
eb00470042
@ -673,6 +673,7 @@ bool EffectEqualization::Process()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
this->CopyInputTracks(); // Set up mOutputTracks.
|
this->CopyInputTracks(); // Set up mOutputTracks.
|
||||||
|
CalcFilter();
|
||||||
bool bGoodResult = true;
|
bool bGoodResult = true;
|
||||||
|
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user