blob: eb65a07d83303f71ad174131636a72d2edfecd0d (
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
|
[backend midi]
name = MIDIMonster
[backend artnet]
bind = 127.0.0.1 6454
net = 0
;[backend osc]
[midi indisc]
port = MIDIMonster Input 1
;mode = input,output,create
[midi lc1]
device = 20:0
;mode = input,output
[midi xlate]
port = Translation Output 1
;mode = input,output,create
[artnet net1]
net = 1
uni = 1
output = true
[artnet foo]
net = 0
[map]
net1.231 = foo.1
net1.255 = lc1.cc1.1
;net1.231 = osc.f/channel5/ toggle=127
|