1
0
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:
Max Maisel
2018-07-26 16:59:27 +02:00
parent 514c3f897f
commit b1598fd214

View File

@@ -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;