From 29d00369ad37e98ea2269e0115789cd28f5410cc Mon Sep 17 00:00:00 2001 From: sbahling Date: Sun, 21 Oct 2018 20:14:16 +0200 Subject: Fixing the fader position handling --- strips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strips.py') 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 -- cgit v1.2.3