aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-08-07 22:34:31 +0200
committercbdev <cb@cbcdn.com>2020-08-07 22:34:31 +0200
commit39dfd02d5daa8ce7cf749f6235cf6450b2171214 (patch)
treef5e14528fb68c0ebe4a462a34ce11d694ef2a870 /backends/sacn.md
parent7f2f36ddaa9c8311404248c69cc686bac6264ceb (diff)
downloadmidimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.tar.gz
midimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.tar.bz2
midimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.zip
Implement detect mode for artnet (#70)
Diffstat (limited to 'backends/sacn.md')
-rw-r--r--backends/sacn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sacn.md b/backends/sacn.md
index 3bc5b72..b7686e0 100644
--- a/backends/sacn.md
+++ b/backends/sacn.md
@@ -11,7 +11,7 @@ containing all write-enabled universes.
| `name` | `sACN source` | `MIDIMonster` | sACN source name |
| `cid` | `0xAA 0xBB 0xCC` ... | `MIDIMonster` | Source CID (16 bytes) |
| `bind` | `0.0.0.0 5568` | none | Binds a network address to listen for data. This option may be set multiple times, with each descriptor being assigned an index starting from 0 to be used with the `interface` instance configuration option. At least one descriptor is required for operation. |
-| `detect` | `on`, `verbose` | `off` | Output additional information on incoming and outgoing data packets to help with configuring complex scenarios. |
+| `detect` | `on`, `verbose` | `off` | Output additional information on received data packets to help with configuring complex scenarios. |
The `bind` configuration value can be extended by the keyword `local` to allow software on the
local host to process the sACN output frames from the MIDIMonster (e.g. `bind = 0.0.0.0 5568 local`).