diff options
| author | sbahling <sbahling@mudgum.net> | 2018-10-21 20:14:16 +0200 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2018-10-21 20:14:16 +0200 |
| commit | 29d00369ad37e98ea2269e0115789cd28f5410cc (patch) | |
| tree | 63308f7157474fa1ec0112e8b50bb02fb4b1bc32 /strips.py | |
| parent | fd73458471ff784edaac617e46dffd92a670c3f8 (diff) | |
| download | tascam-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
