From 91050fd2d815a0c6139ec4b1bb329401e47cb442 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 5 Aug 2020 05:42:02 +0200 Subject: [PATCH] Clarify a comment --- src/sfizz/effects/Gate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/effects/Gate.cpp b/src/sfizz/effects/Gate.cpp index 0b9c8992..b7a819d5 100644 --- a/src/sfizz/effects/Gate.cpp +++ b/src/sfizz/effects/Gate.cpp @@ -11,7 +11,7 @@ - [x] gate_release Release time (s) - [x] gate_threshold Threshold (dB) - [x] gate_stlink Stereo link (boolean) -- [ ] gate_onccN Gate manual control (% - 0%=on, 100%=off) +- [ ] gate_onccN Gate manual control (% - 0%=gate open, 100%=gate closed) Sfizz Extra