Skip to content

Commit

Permalink
Merge pull request #133 from tote-bag-labs/fix-bypass-label
Browse files Browse the repository at this point in the history
Fix casing of Bypass parameter label
  • Loading branch information
JoseDiazRohena authored Sep 1, 2024
2 parents 0f46792 + d81a8d8 commit 0ef9a7a
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 0ef9a7a

Please sign in to comment.