]> Shamusworld >> Repos - ardour-manual/blob - include/automation-modes.html
181ec690783c8e38dc83b1b52a74f9de7537cfdc
[ardour-manual] / include / automation-modes.html
1
2 <p class=fixme>
3 ADD IMAGES PLEASE
4 </p>
5
6 <p>
7   Ardour offers two modes for interpolating automation control points: <kbd
8   class=menu>Linear</kbd> and <kbd class=menu>Discrete</kbd>. The mode is
9   changed by a <kbd class=mouse>Right</kbd> click on the automation lane header
10   and choosing the mode from the mode menu.
11 </p>
12
13 <p>
14   <kbd class=menu>Linear</kbd> mode interpolates values between control points in a given automation curve by connecting them with straight lines; the values played back are derived from the points that lie on the lines thus defined. Typically, this is what is desired and is the default mode for all automation lanes.
15 </p>
16
17 <p>
18   <kbd class=menu>Discrete</kbd> mode does <em>no</em> interpolation between control points in a given automation curve. The values set by the control points do not change until the following control point is reached at which time the value is then set to its value; this continues on until there are no more control points. Typically this is used for parameters such as mute or sustain pedal (e.g., on a MIDI piano track).
19 </p>
20
21 <p class=note>
22   When recording automation via MIDI (e.g., pitch bend from a MIDI keyboard),
23   Ardour always uses discrete mode.
24 </p>
25