diff --git a/include/generic-midi-and-encoders.html b/include/generic-midi-and-encoders.html index e12d26f8..baa0bf04 100644 --- a/include/generic-midi-and-encoders.html +++ b/include/generic-midi-and-encoders.html @@ -2,8 +2,7 @@

Encoders are showing up more frequently on controllers. However, they use the same MIDI events as Continuous Controllers and they have no standard - way of sending that information as MIDI events. Ardour 4.2 has implemented - 4 of the more common ways of sending encoder information. + way of sending that information as MIDI events.

Encoders that send the same continuous values as a pot would are not @@ -14,30 +13,34 @@ DAW will add to or subtract from the current value.

- The 4 kinds of encoder supported are: + The 4 kinds of 7 bit encoders supported are:

@@ -51,3 +54,10 @@ the surface.

+14 bit encoders are also supported with: + diff --git a/include/generic-midi-binding-maps.html b/include/generic-midi-binding-maps.html index c019faba..38361ba7 100644 --- a/include/generic-midi-binding-maps.html +++ b/include/generic-midi-binding-maps.html @@ -152,29 +152,12 @@ bindings"> that is added to the current value. For use with encoders
  • nrpn-delta - The value is expected to be a signed 14bit value that is added to the current value. For use with encoders
  • -
  • enc-r, enc-l, enc-2 and enc-b - For 7 bit encoders. See below
  • +
  • enc-r, enc-l, enc-2 and enc-b - For 7 bit encoders. + Learn more about working + with encoders
  • -

    - As of Ardour 4.2, enc-r, enc-l, enc-2 and - enc-b may be used for surfaces that have encoders that send - offsets rather than values. These accept Continuous Controller messages - but treat them as offsets. These are good for banked controls as they are - always at the right spot to start adjusting. ( - - Learn more about working with encoders - ) -

    -

    -

    - The enc-* value is the CC number used by the encoder. - Encoders only work with CC messages. -

    +

    Ardour 5.12 has a bug with the encoder detection where the first encoder message resets the control to 0. Setting "Enable Feedback"