diff options
Diffstat (limited to 'tascam_fw_console/console.py')
| -rw-r--r-- | tascam_fw_console/console.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tascam_fw_console/console.py b/tascam_fw_console/console.py index 858ee17..fa334dc 100644 --- a/tascam_fw_console/console.py +++ b/tascam_fw_console/console.py @@ -319,12 +319,6 @@ class Console(): else: self.unit.leds.rec.turn_off() - def pan_stereo_position_handler(self, addr, ssid, pan): - self.strips[int(ssid)].recv_pan(pan) - - def strip_trimdb_handler(self, addr, ssid, trim): - self.strips[int(ssid)].recv_trim(trim) - def strip_name_handler(self, addr, ssid, name): self.strips[int(ssid)].name = name @@ -338,7 +332,6 @@ class Console(): def encoder_mode_handler(self, addr, mode): mode = mode.upper() - print(mode) for other in ENCODER_MODES: self.unit.leds.turn_off(other) self.unit.leds.turn_on(mode) |
