2019-06-12 21:38:47 -04:00
|
|
|
<p>
|
2019-07-30 13:44:58 -04:00
|
|
|
Ardour offers two modes for interpolating automation control points: <kbd
|
2019-09-18 10:37:00 -04:00
|
|
|
class="menu">Linear</kbd> and <kbd class="menu">Discrete</kbd>. The mode is
|
|
|
|
changed by a <kbd class="mouse">Right</kbd> click on the automation lane header
|
2019-07-30 13:44:58 -04:00
|
|
|
and choosing the mode from the mode menu.
|
2019-06-12 21:38:47 -04:00
|
|
|
</p>
|
|
|
|
|
2019-09-18 10:37:00 -04:00
|
|
|
<figure>
|
|
|
|
<img src="/images/automation-linear.png" alt="Automation - linear">
|
|
|
|
<img src="/images/automation-discrete.png" alt="Automation - discrete">
|
|
|
|
<figcaption>Automation : linear vs discrete.</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2019-06-12 21:38:47 -04:00
|
|
|
<p>
|
2019-09-18 10:37:00 -04:00
|
|
|
<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.
|
2019-06-12 21:38:47 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2019-09-18 10:37:00 -04:00
|
|
|
<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).
|
2019-07-30 13:44:58 -04:00
|
|
|
</p>
|
2019-06-12 21:39:29 -04:00
|
|
|
|
2019-09-18 10:37:00 -04:00
|
|
|
<p class="note">
|
2019-07-30 13:44:58 -04:00
|
|
|
When recording automation via MIDI (e.g., pitch bend from a MIDI keyboard),
|
|
|
|
Ardour always uses discrete mode.
|
2019-06-12 21:38:47 -04:00
|
|
|
</p>
|