We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2d1fc commit eaadd07Copy full SHA for eaadd07
BabbleApp/osc.py
@@ -14,7 +14,6 @@ class Tab(IntEnum):
14
15
def output_osc(array, self):
16
location = self.config.gui_osc_location
17
- print(self.config.gui_osc_location)
18
multi = self.config.gui_multiply
19
self.client.send_message(location + "/cheekPuffLeft", array[0] * multi)
20
self.client.send_message(location + "/cheekPuffRight", array[1] * multi)
0 commit comments