aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/artnet.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/artnet.md
parent7f2f36ddaa9c8311404248c69cc686bac6264ceb (diff)
downloadmidimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.tar.gz
midimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.tar.bz2
midimonster-39dfd02d5daa8ce7cf749f6235cf6450b2171214.zip
Implement detect mode for artnet (#70)
Diffstat (limited to 'backends/artnet.md')
-rw-r--r--backends/artnet.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/artnet.md b/backends/artnet.md
index 383203d..73f598a 100644
--- a/backends/artnet.md
+++ b/backends/artnet.md
@@ -9,8 +9,9 @@ Art-Netâ„¢ Designed by and Copyright Artistic Licence Holdings Ltd.
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
-| `bind` | `127.0.0.1 6454` | none | Binds a network address to listen for data. This option may be set multiple times, with each interface being assigned an index starting from 0 to be used with the `interface` instance configuration option. At least one interface is required for transmission. |
+| `bind` | `127.0.0.1 6454` | none | Binds a network address to listen for data. This option may be set multiple times, with each interface being assigned an index starting from 0 to be used with the `interface` instance configuration option. At least one interface is required for transmission. |
| `net` | `0` | `0` | The default net to use |
+| `detect` | `on`, `verbose` | `off` | Output additional information on received data packets to help with configuring complex scenarios |
#### Instance configuration