From 8a4bad93db29ef853ca5777f3e6deace299148c9 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Fri, 17 Aug 2018 02:32:28 +0200 Subject: [PATCH] Typo. --- README.md | 2 +- midizap.1 | 2 +- readconfig.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed1626c..64b9198 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ When marking `CC` (control change) and `PB` (pitch bend) input messages with a t ~~~ CC7+ "a" -CC7+ "b" +CC7- "b" ~~~ `CC` also has an alternative incremental mode which handles *relative control changes* encoded in "sign bit" format. Here, a value < 64 denotes an increase, and a value > 64 a decrease (thus the 7th bit is the sign of the value change). The lower 6 bits then denote the amount of change (e.g., 2 increments the control by 2, whereas 66 decrements by 2). This format is often used with endless rotary encoders, such as the jog wheel on the Mackie MCU. It is denoted by using `<` and `>` in lieu of `-` and `+` as the suffix of the CC message. Example: diff --git a/midizap.1 b/midizap.1 index 97c20fc..a9ae1fc 100644 --- a/midizap.1 +++ b/midizap.1 @@ -555,7 +555,7 @@ actual change in the controller value. .nf \f[C] CC7+\ "a" -CC7+\ "b" +CC7\-\ "b" \f[] .fi .PP diff --git a/readconfig.c b/readconfig.c index a15f7d1..7ad9dd8 100644 --- a/readconfig.c +++ b/readconfig.c @@ -104,7 +104,7 @@ will be output.) CC7+ "a" - CC7+ "b" + CC7- "b" CC also has an alternative "incremental" mode which handles relative control changes encoded in "sign bit" format. Here, a value < 64