aboutsummaryrefslogtreecommitdiffhomepage
path: root/monster.cfg
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-02 03:08:32 +0100
committercbdev <cb@cbcdn.com>2018-03-02 03:08:32 +0100
commitbe5df1c4e639ca6a7cd70a3122039a1de4588e28 (patch)
tree4259066960708f18b6b053fff9138c2c32b98b30 /monster.cfg
parentf307934129e4f5310cbd89ec739d47b0e031951f (diff)
downloadmidimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.tar.gz
midimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.tar.bz2
midimonster-be5df1c4e639ca6a7cd70a3122039a1de4588e28.zip
Implement keepalive frames
Diffstat (limited to 'monster.cfg')
-rw-r--r--monster.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/monster.cfg b/monster.cfg
index 236bd9a..8412e8c 100644
--- a/monster.cfg
+++ b/monster.cfg
@@ -5,6 +5,13 @@ name = MIDIMonster
name = sACN source
bind = 0.0.0.0
+[backend artnet]
+bind = 0.0.0.0
+
+[artnet art]
+universe = 1
+dest = 10.2.2.255
+
[evdev in]
input = /dev/input/event14
@@ -19,3 +26,5 @@ in.EV_ABS.ABS_X > midi.cc0.0
in.EV_ABS.ABS_Y > midi.cc0.1
in.EV_ABS.ABS_X > sacn.1+2
in.EV_ABS.ABS_Y > sacn.3
+in.EV_ABS.ABS_X > art.1+2
+in.EV_ABS.ABS_Y > art.3