From 3a9b5722aef1879404d9df10782236769ff3311d Mon Sep 17 00:00:00 2001 From: cbdev Date: Tue, 4 Jul 2017 01:13:30 +0200 Subject: Update example mappings to new map syntax --- README.md | 6 +++--- 1 file 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 `.`. 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 -- cgit v1.2.3