mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Fix bug 627 by taking into account changes to envelope code.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user