mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +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
|
||||
sleep 2
|
||||
xmodmap ~/r_e_c_u_r/dotfiles/.remap &
|
||||
|
||||
@@ -262,5 +262,5 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei
|
||||
# wipe / mix level
|
||||
def set_mix(self, 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