From 738caf1da6a090679f8f157a8abce9d2c2fb01ae Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Tue, 19 May 2020 19:28:58 +0000 Subject: [PATCH] update couple of comments --- plugins/WJSendPlugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/WJSendPlugin.py b/plugins/WJSendPlugin.py index 832276a..8e58245 100644 --- a/plugins/WJSendPlugin.py +++ b/plugins/WJSendPlugin.py @@ -140,13 +140,11 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei return line # methods for ModulationReceiverPlugin - receives changes to the in-built modulation levels (-1 to +1) - # experimental & hardcoded ! - # TODO: make this not hardcoded and configurable mapping modulation to parameters, preferably on-the-fly.. modulation_value = [0.0, 0.0, 0.0, 0.0] def set_modulation_value(self, param, value): - self.modulation_value[param] = value ## invert so that no signal always gives a value .. + self.modulation_value[param] = value # print("storing modulation slot %s as %s" % (param,value)) # take modulation value and throw it to local parameter