mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-13 20:00:12 +01:00
oops, this is what i meant to commit
This commit is contained in:
@@ -262,5 +262,5 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei
|
|||||||
# wipe / mix level
|
# wipe / mix level
|
||||||
def set_mix(self, value):
|
def set_mix(self, value):
|
||||||
#output = "VMM:{:04X}".format(int(255*255*value))
|
#output = "VMM:{:04X}".format(int(255*255*value))
|
||||||
self.send('VMM', "VMM:{:04X}", [ int(255*255*value) ])#output)
|
self.send('VMM', "VMM:{:02X}", [ int(255*value) ])#output)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user