diff options
author | cbdev <cb@cbcdn.com> | 2019-03-16 15:40:52 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-03-16 15:40:52 +0100 |
commit | f227a44b5442fc85ee66fd2f5b964b8405e6c49e (patch) | |
tree | 82981ca58cfff85894fa0a13d4f64c93bb12c814 | |
parent | 34a194cc101d7c77202b79a06e285573541d823f (diff) | |
download | midimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.tar.gz midimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.tar.bz2 midimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.zip |
Clarify wording of wide channels in README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,7 +138,7 @@ Example mapping: net1.231 < net2.123 ``` -A 16-bit channel (spanning any two normal channels in the same universe) may be mapped with the syntax +A 16-bit channel (spanning any two normal 8-bit channels in the same universe, also called a wide channel) may be mapped with the syntax ``` net1.1+2 > net2.5+123 ``` @@ -187,7 +187,7 @@ Example mapping: sacn1.231 < sacn2.123 ``` -A 16-bit channel (spanning any two normal channels in the same universe) may be mapped with the syntax +A 16-bit channel (spanning any two normal 8-bit channels in the same universe, also called a wide channel) may be mapped with the syntax ``` sacn.1+2 > sacn2.5+123 ``` |