Skip to content

Commit

Permalink
Adjust Output Gain parameter min and center
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 21, 2024
1 parent 778f55f commit ce27bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ValentineParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static constexpr std::array<float, numParams> FFCompParameterMax = {
kRatioParameterMax,
50.0f,
1100.0f,
24.0f,
21.0f,
100.0f,
1.0f,
1.0f,
Expand Down Expand Up @@ -235,7 +235,7 @@ static constexpr std::array<float, numParams> FFCompParamCenter = {
6.0f,
5.0f,
300.0f,
0.0f,
-18.0f,
50.0f,
0.5f,
0.5f,
Expand Down

0 comments on commit ce27bcb

Please sign in to comment.