diff options
author | cbdev <cb@cbcdn.com> | 2020-07-26 23:01:35 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-07-26 23:01:35 +0200 |
commit | 6291031a98539bdf51262329b0dc20604c2bad70 (patch) | |
tree | c2ef603daf134a2c477d50b814c05215b464ed4d /configs | |
parent | 897e6f2e84e80f2109c5cb553b5fe15e7ce4ad50 (diff) | |
download | midimonster-6291031a98539bdf51262329b0dc20604c2bad70.tar.gz midimonster-6291031a98539bdf51262329b0dc20604c2bad70.tar.bz2 midimonster-6291031a98539bdf51262329b0dc20604c2bad70.zip |
Implement rudimentary detect mode for sACN (#70)
Diffstat (limited to 'configs')
-rw-r--r-- | configs/launchctl-sacn.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/launchctl-sacn.cfg b/configs/launchctl-sacn.cfg index 10a736a..612ac25 100644 --- a/configs/launchctl-sacn.cfg +++ b/configs/launchctl-sacn.cfg @@ -7,7 +7,8 @@ name = MIDIMonster [backend sacn] -bind = 0.0.0.0 5568 local +bind = 0.0.0.0 5568 +detect = verbose [midi lc] read = Launch Control |