master
Albert Graef 2018-08-17 02:32:28 +02:00
parent d518491fd8
commit 8a4bad93db
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -555,7 +555,7 @@ actual change in the controller value.
.nf
\f[C]
CC7+\ "a"
CC7+\ "b"
CC7\-\ "b"
\f[]
.fi
.PP

View File

@ -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