aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-07-04 01:13:30 +0200
committercbdev <cb@cbcdn.com>2017-07-04 01:13:30 +0200
commit3a9b5722aef1879404d9df10782236769ff3311d (patch)
treece66d87252472434d8b3fcb997fd96b74558df95
parent0540f655acb0a6c754547761191c4752c32a1364 (diff)
downloadmidimonster-3a9b5722aef1879404d9df10782236769ff3311d.tar.gz
midimonster-3a9b5722aef1879404d9df10782236769ff3311d.tar.bz2
midimonster-3a9b5722aef1879404d9df10782236769ff3311d.zip
Update example mappings to new map syntax
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 07cf30d..48f7659 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ A channel is specified by it's universe index. Channel indices start at 1 and en
Example mapping:
```
-net1.231 = net2.123
+net1.231 < net2.123
```
#### Known bugs / problems
@@ -122,7 +122,7 @@ A channel is specified using `<type><channel>.<index>`.
Example mapping:
```
-midi1.cc0.9 = midi2.note1.4
+midi1.cc0.9 > midi2.note1.4
```
#### Known bugs / problems
@@ -153,7 +153,7 @@ A channel may have any string for a name.
Example mapping:
```
-loop.foo = loop.bar123
+loop.foo < loop.bar123
```
#### Known bugs / problems