From f887a015f5a0c8bf710cbe2b0c1bb67df735b5f3 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 11 Mar 2018 02:17:49 +0100 Subject: Add LaunchControl -> sACN demo config --- configs/launchctl-sacn.cfg | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 configs/launchctl-sacn.cfg diff --git a/configs/launchctl-sacn.cfg b/configs/launchctl-sacn.cfg new file mode 100644 index 0000000..164b477 --- /dev/null +++ b/configs/launchctl-sacn.cfg @@ -0,0 +1,45 @@ +; This configuration maps the 16 rotaries on a Launchcontrol +; (running a user preset which assigns them to Channel 0 CC 0 - 16) +; to the first 16 channels on sACN universe 1 (multicast). +; The buttons can be used as flash triggers for the first 8 channels. + +[backend midi] +name = MIDIMonster + +[backend sacn] +bind = 0.0.0.0 + +[midi lc] +read = Launch Control + +[sacn out] +universe = 1 +priority = 100 + +[map] + +lc.cc0.0 > out.1 +lc.cc0.1 > out.2 +lc.cc0.2 > out.3 +lc.cc0.3 > out.4 +lc.cc0.4 > out.5 +lc.cc0.5 > out.6 +lc.cc0.6 > out.7 +lc.cc0.7 > out.8 +lc.cc0.8 > out.9 +lc.cc0.9 > out.10 +lc.cc0.10 > out.11 +lc.cc0.11 > out.12 +lc.cc0.12 > out.13 +lc.cc0.13 > out.14 +lc.cc0.14 > out.15 +lc.cc0.15 > out.16 + +lc.note0.0 > out.1 +lc.note0.1 > out.2 +lc.note0.2 > out.3 +lc.note0.3 > out.4 +lc.note0.4 > out.5 +lc.note0.5 > out.6 +lc.note0.6 > out.7 +lc.note0.7 > out.8 -- cgit v1.2.3