From d81a8d8cc3b971a08e11d8c3ff07db42e3cea2fa Mon Sep 17 00:00:00 2001 From: Jose Diaz Rohena Date: Tue, 18 Jun 2024 12:50:47 -0400 Subject: [PATCH] Fix casing of Bypass parameter label --- src/ValentineParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ValentineParameters.h b/src/ValentineParameters.h index 345d498b..783b64f6 100644 --- a/src/ValentineParameters.h +++ b/src/ValentineParameters.h @@ -139,7 +139,7 @@ inline const std::array& FFCompParameterLabel() "Release", "Output", "Mix", - "BYPASS", + "Bypass", "Clip", };