From bd50d80a3c14ea4a0112d1e2445d2131403af0ba Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 5 Sep 2023 02:40:17 -0400 Subject: [PATCH] SHASR: Tweak param description. --- src/SHASR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SHASR.cpp b/src/SHASR.cpp index 5a6c677..5e318d5 100644 --- a/src/SHASR.cpp +++ b/src/SHASR.cpp @@ -33,7 +33,7 @@ struct SHASR : Module { config(PARAMS_LEN, INPUTS_LEN, OUTPUTS_LEN, LIGHTS_LEN); configSwitch(RND_PARAM, 0.f, 1.f, 0.f, "Randomize"); getParamQuantity(RND_PARAM)->randomizeEnabled = false; - getParamQuantity(RND_PARAM)->description = "Normalize \"Sample 1 input\" to a random 0-10 V signal"; + getParamQuantity(RND_PARAM)->description = "Normalizes \"Sample 1 input\" to a random 0-10 V signal"; configButton(PUSH_PARAM, "Push"); configButton(CLEAR_PARAM, "Clear"); for (int i = 0; i < 8; i++) {