blob: 561649adab63427703add5b27099bc16ff90f019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[backend midi]
name = MIDIMonster
[backend artnet]
bind = 127.0.0.1 6454
net = 0
;[backend osc]
[midi bcf]
read = BCF
write = BCF
[midi lc1]
;read = Launch Control
;write = Launch Control
[midi xlate]
[artnet net1]
net = 1
uni = 1
output = true
[map]
bcf.cc0.81 = lc1.cc0.1
lc1.cc0.1 = bcf.cc0.81
bcf.cc0.82 = lc1.note0.9
net1.15 = bcf.cc0.82
;net1.256 = lc1.note0.9
;net1.257 = bcf.cc0.81
;net1.231 = foo.1
;net1.255 = lc1.cc0.1
;net1.231 = osc.f/channel5/ toggle=127
|