aboutsummaryrefslogtreecommitdiffhomepage
path: root/configs/osc-artnet.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'configs/osc-artnet.cfg')
-rw-r--r--configs/osc-artnet.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/osc-artnet.cfg b/configs/osc-artnet.cfg
new file mode 100644
index 0000000..ab1d767
--- /dev/null
+++ b/configs/osc-artnet.cfg
@@ -0,0 +1,16 @@
+; This configuration maps the multifader page of the TouchOSC 'Mix 16' Layout
+; to the first 48 ArtNet channels
+
+[backend artnet]
+bind = 0.0.0.0
+
+[osc touch]
+bind = * 8000
+dest = learn@8001
+
+[artnet out]
+destination = 255.255.255.255
+
+[map]
+touch./4/multifader1/{1..24} > out.{1..24}
+touch./4/multifader2/{1..24} > out.{25..48}