summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsbahling <sbahling@cagafuego.fritz.box>2018-10-14 21:47:05 +0200
committersbahling <sbahling@cagafuego.fritz.box>2018-10-14 21:47:05 +0200
commit50ae6f1fdd4fd9e880435ff7e831f7461cb5302e (patch)
tree4f415a30eb2dc72aa13eb2c0bf173e3e343e7103 /README.md
downloadtascam-fw-osc-50ae6f1fdd4fd9e880435ff7e831f7461cb5302e.tar.gz
tascam-fw-osc-50ae6f1fdd4fd9e880435ff7e831f7461cb5302e.tar.xz
tascam-fw-osc-50ae6f1fdd4fd9e880435ff7e831f7461cb5302e.zip
Initial commitoriginal
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4ace683
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+
+Open Sound Control for Tascam Firewire control surfaces
+=======================================================
+
+This is a simple daemon that reacts on received OSC messages to control the
+Tascam surface (update LEDs and Faders) as well as sends OSC messages
+based on user input via the control surface (pressing buttons, moving
+faders and dials).
+
+Currently only the Tascam FW-1884 model is enabled and tested.
+
+Requirements
+------------
+
+* Recent kernel with experimental Tascam FW status control support.
+ https://github.com/takaswie/snd-firewire-improve/tree/topic/tascam-userspace-take3
+* Latest libhinawa with experimental patches
+ https://github.com/takaswie/libhinawa/tree/topic/tascam-userspace-take3
+* hinawa-utils python library with updates for controlling the faders
+ and leds. (URL TBA)
+