summaryrefslogtreecommitdiff
path: root/tascam_fw_console/faders.py
diff options
context:
space:
mode:
Diffstat (limited to 'tascam_fw_console/faders.py')
-rw-r--r--tascam_fw_console/faders.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tascam_fw_console/faders.py b/tascam_fw_console/faders.py
index 3ee4de7..ab20eaa 100644
--- a/tascam_fw_console/faders.py
+++ b/tascam_fw_console/faders.py
@@ -37,9 +37,9 @@ status_bits = ((1, 16),
class Fader(Button):
- def __init__(self, console, strip):
+ def __init__(self, strip):
name = 'Strip {} Fader'. format(strip.num)
- super().__init__(console, name)
+ super().__init__(strip.console, name)
self.strip = strip
if self.strip.num == 0:
self.addr = '/master/fader'