aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-07-11 16:00:57 +0200
committercbdev <cb@cbcdn.com>2017-07-11 16:00:57 +0200
commitabc1700eee53bd6dfd3e1d70736256bb02c0a115 (patch)
treef3ce0ac26ab5f221f3f4bf3ea4dbfba908569b10 /README.md
parent90d3983b164bf37e08dd143ce343a28e756ebf46 (diff)
downloadmidimonster-abc1700eee53bd6dfd3e1d70736256bb02c0a115.tar.gz
midimonster-abc1700eee53bd6dfd3e1d70736256bb02c0a115.tar.bz2
midimonster-abc1700eee53bd6dfd3e1d70736256bb02c0a115.zip
Implement ArtNet wide (16bit) channel support (Fixes #4)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a16644d..6892df8 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,13 @@ Example mapping:
net1.231 < net2.123
```
+A 16-bit channel (spannin anyg two normal channels in the same universe) may be mapped with the syntax
+```
+net1.1+2 > net2.5+123
+```
+
+A normal channel that is part of a wide channel can not be mapped individually.
+
#### Known bugs / problems
Currently, no keep-alive frames are sent and the minimum inter-frame-time is disregarded.