diff options
author | cbdev <cb@cbcdn.com> | 2020-10-24 11:23:49 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-10-24 11:23:49 +0200 |
commit | 2d881202dafa5c8593fce2b21b47f63fe1820d96 (patch) | |
tree | feaa380e5ed930cd3d395d04b22e487c235ebbce | |
parent | 9a5eb9c9d6592b269ba0e39f9cee22ef3313f685 (diff) | |
download | midimonster-2d881202dafa5c8593fce2b21b47f63fe1820d96.tar.gz midimonster-2d881202dafa5c8593fce2b21b47f63fe1820d96.tar.bz2 midimonster-2d881202dafa5c8593fce2b21b47f63fe1820d96.zip |
Update ArtNet documentation (Fixes #77)
-rw-r--r-- | backends/artnet.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/artnet.md b/backends/artnet.md index bd26014..f035ad7 100644 --- a/backends/artnet.md +++ b/backends/artnet.md @@ -21,6 +21,7 @@ Art-Netâ„¢ Designed by and Copyright Artistic Licence Holdings Ltd. | `universe` | `0` | `0` | Universe identifier | | `destination` | `10.2.2.2` | none | Destination address for sent ArtNet frames. Setting this enables the universe for output | | `interface` | `1` | `0` | The bound address to use for data input/output | +| `realtime` | `1` | `0` | Disable the recommended rate-limiting (approx. 44 packets per second) for this instance | #### Channel specification @@ -42,3 +43,4 @@ A normal channel that is part of a wide channel can not be mapped individually. When using this backend for output with a fast event source, some events may appear to be lost due to the packet output rate limiting mandated by the [ArtNet specification](https://artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf) (Section `Refresh rate`). +This limit can be disabled on a per-instance basis using the `realtime` instance option. |