diff options
| author | sbahling <sbahling@mudgum.net> | 2018-11-05 22:50:13 +0100 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2018-11-05 22:50:13 +0100 |
| commit | f97a3cd79e816d8d471d78ea2e57e91ec4d62531 (patch) | |
| tree | 3e05f3962b52933fceaf122678aa637894db9a5b /tascam_fw_console/strip.py | |
| parent | 538472d1dcbd174917ac036d5f89868c739d5d61 (diff) | |
| download | tascam-fw-osc-f97a3cd79e816d8d471d78ea2e57e91ec4d62531.tar.gz tascam-fw-osc-f97a3cd79e816d8d471d78ea2e57e91ec4d62531.tar.xz tascam-fw-osc-f97a3cd79e816d8d471d78ea2e57e91ec4d62531.zip | |
More code cleanup
Diffstat (limited to 'tascam_fw_console/strip.py')
| -rw-r--r-- | tascam_fw_console/strip.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tascam_fw_console/strip.py b/tascam_fw_console/strip.py index f472199..b879c93 100644 --- a/tascam_fw_console/strip.py +++ b/tascam_fw_console/strip.py @@ -36,8 +36,6 @@ class Strip(): self.select_button = None self._select = False self._rec = False - self.pan = 0.5 - self.trimdb = 0.0 self.encoder = Encoder('Strip {}'.format(self.num), '/strip/encoder', self.num, |
