mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +01:00
Merge branch 'feature_plugins' into feature_plugins_shader_gadgets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user