diff options
Diffstat (limited to 'monster.cfg')
-rw-r--r-- | monster.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/monster.cfg b/monster.cfg index 561649a..128efcd 100644 --- a/monster.cfg +++ b/monster.cfg @@ -2,7 +2,7 @@ name = MIDIMonster [backend artnet] -bind = 127.0.0.1 6454 +bind = * 6454 net = 0 ;[backend osc] @@ -18,8 +18,8 @@ write = BCF [midi xlate] [artnet net1] -net = 1 -uni = 1 +net = 0 +uni = 0 output = true [map] @@ -27,7 +27,8 @@ 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 +bcf.cc0.1 = net1.1 +bcf.cc0.2 = net1.3 ;net1.257 = bcf.cc0.81 ;net1.231 = foo.1 ;net1.255 = lc1.cc0.1 |