diff options
| author | sbahling <sbahling@mudgum.net> | 2018-10-22 19:00:27 +0200 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2018-10-22 19:00:27 +0200 |
| commit | 62746f221d4bfa1844bea1f5157bdf7a55ceaf8b (patch) | |
| tree | 764df257b944e6993f12df2616af555bcb5b8c07 /console.py | |
| parent | b97223e055011e2650d7140919ddda9330fb6a9d (diff) | |
| download | tascam-fw-osc-62746f221d4bfa1844bea1f5157bdf7a55ceaf8b.tar.gz tascam-fw-osc-62746f221d4bfa1844bea1f5157bdf7a55ceaf8b.tar.xz tascam-fw-osc-62746f221d4bfa1844bea1f5157bdf7a55ceaf8b.zip | |
Strip.recenable has changed to Strip.rec
Diffstat (limited to 'console.py')
| -rw-r--r-- | console.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -191,9 +191,9 @@ class Console(): if strip.name == ' ': return if state: - strip.recenable = True + strip.rec = True else: - strip.recenable = False + strip.rec = False def loop_toggle_handler(self, addr, state): print(addr, state) |
