update couple of comments

This commit is contained in:
Tristan Rowley
2020-05-19 19:28:58 +00:00
parent 0d538fcd25
commit 738caf1da6

View File

@@ -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