From: Edouard Saintesprit Date: Wed, 18 Sep 2019 14:37:00 +0000 (+0200) Subject: Added screencaps to automation-modes X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39fa5c056aeb648b122a886b396b5b87fdf43817;p=ardour-manual Added screencaps to automation-modes --- diff --git a/include/automation-modes.html b/include/automation-modes.html index 181ec69..bd2c648 100644 --- a/include/automation-modes.html +++ b/include/automation-modes.html @@ -1,25 +1,34 @@ - -

-ADD IMAGES PLEASE -

-

Ardour offers two modes for interpolating automation control points: Linear and Discrete. The mode is - changed by a Right click on the automation lane header + class="menu">Linear and Discrete. The mode is + changed by a Right click on the automation lane header and choosing the mode from the mode menu.

+
+ Automation - linear + Automation - discrete +
Automation : linear vs discrete.
+
+

- Linear 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. + Linear 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.

- Discrete mode does no 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). + Discrete mode does no 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).

-

+

When recording automation via MIDI (e.g., pitch bend from a MIDI keyboard), Ardour always uses discrete mode.

- diff --git a/source/images/automation-discrete.png b/source/images/automation-discrete.png new file mode 100644 index 0000000..af98a11 Binary files /dev/null and b/source/images/automation-discrete.png differ diff --git a/source/images/automation-linear.png b/source/images/automation-linear.png new file mode 100644 index 0000000..fb9ab61 Binary files /dev/null and b/source/images/automation-linear.png differ