Skip to content

Commit

Permalink
Fix casing of Bypass parameter label
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jun 18, 2024
1 parent 0d1b5f8 commit d81a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValentineParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ inline const std::array<juce::String, numParams>& FFCompParameterLabel()
"Release",
"Output",
"Mix",
"BYPASS",
"Bypass",
"Clip",
};

Expand Down

0 comments on commit d81a8d8

Please sign in to comment.