diff options
| author | sbahling <sbahling@mudgum.net> | 2018-11-05 23:09:27 +0100 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2018-11-05 23:09:27 +0100 |
| commit | f50f1e7fe93be92bd6c038ac3d06851141bf769d (patch) | |
| tree | c8c2ac136443f909448adec8e9e31d2186b0fbf0 /tascam_fw_console/strip.py | |
| parent | f97a3cd79e816d8d471d78ea2e57e91ec4d62531 (diff) | |
| download | tascam-fw-osc-f50f1e7fe93be92bd6c038ac3d06851141bf769d.tar.gz tascam-fw-osc-f50f1e7fe93be92bd6c038ac3d06851141bf769d.tar.xz tascam-fw-osc-f50f1e7fe93be92bd6c038ac3d06851141bf769d.zip | |
Remove strip name tracking.
The strip name checks are Ardour specific and moved to Ardour
handling scripts.
Diffstat (limited to 'tascam_fw_console/strip.py')
| -rw-r--r-- | tascam_fw_console/strip.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tascam_fw_console/strip.py b/tascam_fw_console/strip.py index b879c93..3bfa546 100644 --- a/tascam_fw_console/strip.py +++ b/tascam_fw_console/strip.py @@ -41,7 +41,6 @@ class Strip(): self.num, ) self.fader = Fader(self) - self.name = None @property def mute_led(self): |
