From 5d0ee3b301ca012c81adbf57042f7054ee45808c Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 4 Jun 2017 02:30:17 +0200 Subject: Add readme, flesh out backends --- monster.cfg | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'monster.cfg') diff --git a/monster.cfg b/monster.cfg index 8d3b0ad..ccb0d11 100644 --- a/monster.cfg +++ b/monster.cfg @@ -2,26 +2,30 @@ name = MIDIMonster [backend artnet] +bind = 127.0.0.1 6454 +net = 0 -[backend osc] +;[backend osc] [midi indisc] -name = MIDIMonster Input 1 -mode = input,output,create +port = MIDIMonster Input 1 +;mode = input,output,create [midi lc1] device = 20:0 -mode = input,output +;mode = input,output [midi xlate] -name = Translation Output 1 -mode = input,output,create +port = Translation Output 1 +;mode = input,output,create [artnet net1] -mode = input,output -net = 0 +net = 1 uni = 1 +[artnet foo] +net = 0 + [map] artnet.231 = lc1.cc5 artent.231 = osc.f/channel5/ toggle=127 -- cgit v1.2.3