summaryrefslogtreecommitdiff
path: root/strips.py
diff options
context:
space:
mode:
authorsbahling <sbahling@mudgum.net>2018-10-21 18:37:48 +0200
committersbahling <sbahling@mudgum.net>2018-10-21 18:39:37 +0200
commitfd73458471ff784edaac617e46dffd92a670c3f8 (patch)
treeb30ddedf885e4ca7584af6d56e7958188c158e43 /strips.py
parentdda9a4c0fd3d6bbecab0616254ace479b5d4d233 (diff)
downloadtascam-fw-osc-fd73458471ff784edaac617e46dffd92a670c3f8.tar.gz
tascam-fw-osc-fd73458471ff784edaac617e46dffd92a670c3f8.tar.xz
tascam-fw-osc-fd73458471ff784edaac617e46dffd92a670c3f8.zip
Fixes
Diffstat (limited to 'strips.py')
-rw-r--r--strips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/strips.py b/strips.py
index f92a556..f70f802 100644
--- a/strips.py
+++ b/strips.py
@@ -37,7 +37,7 @@ class Strip():
self._select = False
self._rec = False
self.pan = 0.5
- self.fader = Fader(self.console.unit, self)
+ self.fader = Fader(self.console, self)
self.name = None
@property