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