diff options
author | cbdev <cb@cbcdn.com> | 2018-03-11 02:17:49 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-03-11 02:17:49 +0100 |
commit | f887a015f5a0c8bf710cbe2b0c1bb67df735b5f3 (patch) | |
tree | 8c5da6bb5cccca2ed461303b0d39a26513afcb59 /configs | |
parent | 8013252035a63b6133cb6dc5b0c64d97bf39b96d (diff) | |
download | midimonster-f887a015f5a0c8bf710cbe2b0c1bb67df735b5f3.tar.gz midimonster-f887a015f5a0c8bf710cbe2b0c1bb67df735b5f3.tar.bz2 midimonster-f887a015f5a0c8bf710cbe2b0c1bb67df735b5f3.zip |
Add LaunchControl -> sACN demo config
Diffstat (limited to 'configs')
-rw-r--r-- | configs/launchctl-sacn.cfg | 45 |
1 files changed, 45 insertions, 0 deletions
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 |