From ef03b9e3ee126be9810f96cf2d71b5fe0c1f33a3 Mon Sep 17 00:00:00 2001 From: sbahling Date: Fri, 2 Nov 2018 20:40:53 +0100 Subject: Simplify Fader API --- tascam_fw_console/strips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tascam_fw_console/strips.py') diff --git a/tascam_fw_console/strips.py b/tascam_fw_console/strips.py index c14a22a..5da97e0 100644 --- a/tascam_fw_console/strips.py +++ b/tascam_fw_console/strips.py @@ -38,7 +38,7 @@ class Strip(): self._rec = False self.pan = 0.5 self.trimdb = 0.0 - self.fader = Fader(self.console, self) + self.fader = Fader(self) self.name = None self.encoder_handlers = {'PAN': self.send_pan, -- cgit v1.2.3