aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-03-16 15:40:52 +0100
committercbdev <cb@cbcdn.com>2019-03-16 15:40:52 +0100
commitf227a44b5442fc85ee66fd2f5b964b8405e6c49e (patch)
tree82981ca58cfff85894fa0a13d4f64c93bb12c814 /README.md
parent34a194cc101d7c77202b79a06e285573541d823f (diff)
downloadmidimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.tar.gz
midimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.tar.bz2
midimonster-f227a44b5442fc85ee66fd2f5b964b8405e6c49e.zip
Clarify wording of wide channels in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 095121c..c0b8184 100644
--- a/README.md
+++ b/README.md
@@ -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
```