From f50f1e7fe93be92bd6c038ac3d06851141bf769d Mon Sep 17 00:00:00 2001 From: sbahling Date: Mon, 5 Nov 2018 23:09:27 +0100 Subject: Remove strip name tracking. The strip name checks are Ardour specific and moved to Ardour handling scripts. --- tascam_fw_console/strip.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tascam_fw_console/strip.py') 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): -- cgit v1.2.3