Merge branch 'feature_plugins' into feature_plugins_shader_gadgets

This commit is contained in:
Tristan Rowley
2020-02-21 00:56:33 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!bin/bash
#!/bin/bash
# launcher.sh
sleep 2
xmodmap ~/r_e_c_u_r/dotfiles/.remap &

View File

@@ -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)