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:
parent
7258504525
commit
da3d1c5564
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user