diff options
author | cbdev <cb@cbcdn.com> | 2017-07-04 01:13:30 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-07-04 01:13:30 +0200 |
commit | 3a9b5722aef1879404d9df10782236769ff3311d (patch) | |
tree | ce66d87252472434d8b3fcb997fd96b74558df95 | |
parent | 0540f655acb0a6c754547761191c4752c32a1364 (diff) | |
download | midimonster-3a9b5722aef1879404d9df10782236769ff3311d.tar.gz midimonster-3a9b5722aef1879404d9df10782236769ff3311d.tar.bz2 midimonster-3a9b5722aef1879404d9df10782236769ff3311d.zip |
Update example mappings to new map syntax
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |