summaryrefslogtreecommitdiff
path: root/tascam_fw_console/cli.py
diff options
context:
space:
mode:
authorsbahling <sbahling@mudgum.net>2018-11-03 01:09:07 +0100
committersbahling <sbahling@mudgum.net>2018-11-03 01:09:07 +0100
commite9e1efefc87ce4dd942fa7c83794a7b27ec3a13c (patch)
tree00ded9a9e5b5460b8173505795ccc7568fc0ba2d /tascam_fw_console/cli.py
parent7d490031c54458644eb459dbb390b10ea8de3334 (diff)
downloadtascam-fw-osc-tascam_fw_console-0.2.tar.gz
tascam-fw-osc-tascam_fw_console-0.2.tar.xz
tascam-fw-osc-tascam_fw_console-0.2.zip
Serve as base OSC server for the Tascam Console Unittascam_fw_console-0.2
We remove the Ardour specific OSC mapping and create our own OSC API that will be consumed by OSC translators that communicate to specific applications. We only send the state of each control and set the state of each fader or led based on received commands. Logic for interpreting the control state will be moved to the OSC translator code.
Diffstat (limited to 'tascam_fw_console/cli.py')
-rw-r--r--tascam_fw_console/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tascam_fw_console/cli.py b/tascam_fw_console/cli.py
index 7db084b..2319ad9 100644
--- a/tascam_fw_console/cli.py
+++ b/tascam_fw_console/cli.py
@@ -28,9 +28,9 @@ Options:
-c CARD_NUM --card=CARD_NUM Number of the ALSA sound card
-d GUID --device=GUID GUID of the FW unit
-I IP --listen-ip=IP IP to listen on [default: 127.0.0.1]
- -P PORT --listen-port=PORT Port to listen on [default: 8000]
+ -P PORT --listen-port=PORT Port to listen on [default: 8100]
-i IP --ip=IP IP to communicate to [default: 127.0.0.1]
- -p PORT --port=PORT Port to communicate to [default: 3819]
+ -p PORT --port=PORT Port to communicate to [default: 9100]
"""
from docopt import docopt