1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 17:18:41 +02:00

Fix bug 627 by taking into account changes to envelope code.

This commit is contained in:
martynshaw99 2013-04-20 20:29:23 +00:00
parent 7258504525
commit da3d1c5564

View File

@ -2486,6 +2486,7 @@ void EqualizationDialog::ErrMin(void)
testEnvelope = new Envelope();
testEnvelope->SetInterpolateDB(false);
testEnvelope->Mirror(false);
testEnvelope->SetRange(-120.0, 60.0);
testEnvelope->Flatten(0.);
testEnvelope->SetTrackLen(1.0);
testEnvelope->CopyFrom(mLogEnvelope, 0.0, 1.0);