diff options
| author | sbahling <sbahling@mudgum.net> | 2018-11-02 20:42:37 +0100 |
|---|---|---|
| committer | sbahling <sbahling@mudgum.net> | 2018-11-02 20:42:37 +0100 |
| commit | b45d04561ebbb786e0f0387029f16f79d04c2d27 (patch) | |
| tree | 3f76f748b534e242cdca343a918ff579a7973288 | |
| parent | ef03b9e3ee126be9810f96cf2d71b5fe0c1f33a3 (diff) | |
| download | tascam-fw-osc-b45d04561ebbb786e0f0387029f16f79d04c2d27.tar.gz tascam-fw-osc-b45d04561ebbb786e0f0387029f16f79d04c2d27.tar.xz tascam-fw-osc-b45d04561ebbb786e0f0387029f16f79d04c2d27.zip | |
Remove duplicate line
| -rw-r--r-- | tascam_fw_console/console.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tascam_fw_console/console.py b/tascam_fw_console/console.py index 97a89e9..0f9a131 100644 --- a/tascam_fw_console/console.py +++ b/tascam_fw_console/console.py @@ -211,7 +211,6 @@ class Console(): if self.buttons['CTRL'].pressed: delta = delta * 0.1 osc.client.send_message('/jog', delta) - osc.client.send_message('/jog', delta) def handle_encoder(self, index, before, after): handler1, handler2 = self.encoders.get(int(index), (None, None)) |
