Skip to content

Commit

Permalink
Use +12db max predelay gain
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Apr 14, 2023
1 parent 1888cb8 commit d31f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DistrhoPluginCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static ParameterEnumerationValue kModelInSize[4] = {

static const Parameter kParameters[] = {
{ kParameterIsAutomatable, "ANTIALIASING", "ANTIALIASING", "%", 66.216f, 0.f, 100.f, },
{ kParameterIsAutomatable, "PREGAIN", "PREGAIN", "dB", 0.f, -12.f, 3.f, },
{ kParameterIsAutomatable, "PREGAIN", "PREGAIN", "dB", 0.f, -12.f, 12.f, },
{ kParameterIsAutomatable|kParameterIsBoolean|kParameterIsInteger, "NETBYPASS", "NETBYPASS", "", 0.f, 0.f, 1.f, },
{ kParameterIsAutomatable|kParameterIsBoolean|kParameterIsInteger, "EQBYPASS", "EQBYPASS", "", 0.f, 0.f, 1.f, },
{ kParameterIsAutomatable|kParameterIsInteger, "EQPOS", "EQPOS", "", 0.f, 0.f, 1.f, ARRAY_SIZE(kEQPOS), kEQPOS },
Expand Down

0 comments on commit d31f7d8

Please sign in to comment.