mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 06:08:44 +01:00
Fix peak normalize regression introduced by refactoring (bug #1908).
This commit is contained in:
@@ -414,7 +414,6 @@ bool EffectNormalize::AnalyseTrack(const WaveTrack * track, const wxString &msg,
|
||||
|
||||
if(mDC)
|
||||
{
|
||||
min = -1.0, max = 1.0; // sensible defaults?
|
||||
result = AnalyseTrackData(track, msg, progress, ANALYSE_DC, offset);
|
||||
min += offset;
|
||||
max += offset;
|
||||
|
||||
Reference in New Issue
Block a user