Add Ardour version where Generic MIDI control Surface can use incremental encoders.

This commit is contained in:
Len Ovens 2016-01-11 09:21:43 -08:00
parent 023830ed15
commit c0b904dae9
2 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ bindings">
<code>pgm</code> (to create a binding for a Program Change message). <code>pgm</code> (to create a binding for a Program Change message).
</p> </p>
<p> <p>
<code>enc-r</code>, <code>enc-l</code>, <code>enc-2</code> and As of Ardour 4.2, <code>enc-r</code>, <code>enc-l</code>, <code>enc-2</code> and
<code>enc-b</code> may be used for surfaces that have encoders that send <code>enc-b</code> may be used for surfaces that have encoders that send
offsets rather than values. These accept Continuous Controller messages offsets rather than values. These accept Continuous Controller messages
but treat them as offsets. These are good for banked controls as they are but treat them as offsets. These are good for banked controls as they are

View File

@ -7,8 +7,8 @@ menu_title: Working With Encoders
<p> <p>
Encoders are showing up more frequently on controllers. However, they use Encoders are showing up more frequently on controllers. However, they use
the same MIDI events as Continuous Controllers and they have no standard the same MIDI events as Continuous Controllers and they have no standard
way of sending that information as MIDI events. Ardour has implemented 4 of way of sending that information as MIDI events. Ardour 4.2 has implemented
the more common ways of sending encoder information. 4 of the more common ways of sending encoder information.
</p> </p>
<p> <p>
Encoders that send the same continuous values as a pot would are not Encoders that send the same continuous values as a pot would are not