mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 11:20:15 +01:00
Merge branch 'feature_plugins' into feature_plugins_shader_gadgets
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!bin/bash
|
#!/bin/bash
|
||||||
# launcher.sh
|
# launcher.sh
|
||||||
sleep 2
|
sleep 2
|
||||||
xmodmap ~/r_e_c_u_r/dotfiles/.remap &
|
xmodmap ~/r_e_c_u_r/dotfiles/.remap &
|
||||||
|
|||||||
@@ -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