1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Bug 2231 - Graphic Eq may create wrong effect

This commit is contained in:
James Crook 2019-11-08 20:12:13 +00:00
parent b3539ed2b8
commit eb00470042

View File

@ -673,6 +673,7 @@ bool EffectEqualization::Process()
}
#endif
this->CopyInputTracks(); // Set up mOutputTracks.
CalcFilter();
bool bGoodResult = true;
int count = 0;