From 804235bc41a55dce5716ae89725fc4c7d148bdb4 Mon Sep 17 00:00:00 2001 From: olzzon Date: Mon, 22 Feb 2021 22:13:46 +0100 Subject: [PATCH] fix: rename "Gain Trim" to "Input" as gain trim is the name of the parameter --- client/components/ChanStripFull.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/ChanStripFull.tsx b/client/components/ChanStripFull.tsx index 3a71d6fd..427ca097 100644 --- a/client/components/ChanStripFull.tsx +++ b/client/components/ChanStripFull.tsx @@ -683,7 +683,7 @@ class ChanStripFull extends React.PureComponent< {this.doesParamExists(fxParamsList.GainTrim) ? (
-
GAIN TRIM
+
INPUT
{this.fxParamFader( fxParamsList.GainTrim