summaryrefslogtreecommitdiff
path: root/strips.py
diff options
context:
space:
mode:
authorsbahling <sbahling@mudgum.net>2018-10-21 20:14:16 +0200
committersbahling <sbahling@mudgum.net>2018-10-21 20:14:16 +0200
commit29d00369ad37e98ea2269e0115789cd28f5410cc (patch)
tree63308f7157474fa1ec0112e8b50bb02fb4b1bc32 /strips.py
parentfd73458471ff784edaac617e46dffd92a670c3f8 (diff)
downloadtascam-fw-osc-29d00369ad37e98ea2269e0115789cd28f5410cc.tar.gz
tascam-fw-osc-29d00369ad37e98ea2269e0115789cd28f5410cc.tar.xz
tascam-fw-osc-29d00369ad37e98ea2269e0115789cd28f5410cc.zip
Fixing the fader position handling
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 f70f802..f0f7315 100644
--- a/strips.py
+++ b/strips.py
@@ -28,7 +28,7 @@ class Strip():
def __init__(self, console, num):
self.console = console
- self.num = 0
+ self.num = num
self.mute_button = None
self._mute = False
self.solo_button = None