mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-16 21:30:01 +01:00
update couple of comments
This commit is contained in:
@@ -140,13 +140,11 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei
|
|||||||
return line
|
return line
|
||||||
|
|
||||||
# methods for ModulationReceiverPlugin - receives changes to the in-built modulation levels (-1 to +1)
|
# 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]
|
modulation_value = [0.0, 0.0, 0.0, 0.0]
|
||||||
|
|
||||||
def set_modulation_value(self, param, value):
|
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))
|
# print("storing modulation slot %s as %s" % (param,value))
|
||||||
|
|
||||||
# take modulation value and throw it to local parameter
|
# take modulation value and throw it to local parameter
|
||||||
|
|||||||
Reference in New Issue
Block a user