Skip to content

Commit

Permalink
Fix uninitialized compressor values (#7343)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic authored Jun 24, 2024
1 parent aaca5fb commit 1036144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/Compressor/Compressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ void CompressorEffect::changeSampleRate()
calcInGain();
calcTiltCoeffs();
calcMix();

calcAutoAttack();
calcAutoRelease();
}


Expand Down

0 comments on commit 1036144

Please sign in to comment.