From 2fa4bac9cc2f58e9a2637b8861c11260693134d9 Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Sun, 23 Feb 2020 14:57:48 +0000 Subject: [PATCH] make wj send modulation sane again --- plugins/WJSendPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/WJSendPlugin.py b/plugins/WJSendPlugin.py index 3a02c31..48a942e 100644 --- a/plugins/WJSendPlugin.py +++ b/plugins/WJSendPlugin.py @@ -63,7 +63,7 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei modulation_value = [0.0,0.0,0.0,0.0] def set_modulation_value(self, param, value): - self.modulation_value[param] = -0.5+(value) ## invert so that no signal always gives a value .. + self.modulation_value[param] = value ## invert so that no signal always gives a value .. #print("storing modulation slot %s as %s" % (param,value)) # take modulation value and throw it to local parameter