blob: 194b115fa0485370a8383f6d36b8a7dc08187a4a (
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
35
|
[backend midi]
name = MIDIMonster
[backend artnet]
bind = * 6454
net = 0
;[backend osc]
[midi bcf]
read = BCF
write = BCF
[midi lc1]
read = Launch Control
write = Launch Control
[midi xlate]
[artnet net1]
net = 0
uni = 1
output = true
[map]
bcf.cc0.81 = lc1.cc0.1
bcf.cc0.82 = lc1.note0.1
bcf.cc0.83 = lc1.cc0.9
net1.15 = lc1.cc0.1
bcf.cc0.1 = net1.1
bcf.cc0.2 = net1.3
;net1.257 = bcf.cc0.81
;net1.231 = foo.1
;net1.255 = lc1.cc0.1
;net1.231 = osc.f/channel5/ toggle=127
|