]> Shamusworld >> Repos - ardour-manual/commitdiff
Fixed automation language for modes and states to match UI
authorDavid Bolton <davidkbolton@gmail.com>
Thu, 13 Jun 2019 01:38:47 +0000 (20:38 -0500)
committerLen Ovens <len@ovenwerks.net>
Sat, 22 Jun 2019 02:45:37 +0000 (19:45 -0700)
include/automation-mode.html [new file with mode: 0644]
include/automation-nomenclature.html
include/automation-states.html [moved from include/automation-modes.html with 70% similarity]
master-doc.txt

diff --git a/include/automation-mode.html b/include/automation-mode.html
new file mode 100644 (file)
index 0000000..ac00e86
--- /dev/null
@@ -0,0 +1,24 @@
+
+<p>
+  Ardour offers two modes for connecting automation points: <kbd
+  class=menu>Discrete</kbd> and <kbd class=menu>Linear</kbd>. To change the mode
+  right click on the automation lane header and choose your mode from the mode
+  menu.
+</p>
+
+<p>
+  <kbd class=menu>Discrete</kbd> mode has stair steps between each point on the
+  automation track. This is useful for on-off automation like mute or sustain
+  pedal (on a piano MIDI track).
+</p>
+
+<p>
+  If you record automation via MIDI (for example a pitch bend from a keyboard),
+  Ardour always uses discreet mode.
+</p>
+
+<p>
+  <kbd class=menu>Linear</kbd> mode has straight lines betwen each point on the
+  automation track. This is useful when you want gradual shifts in your
+  automation lanes, such as gradual increase in volume on the fader.
+</p>
index 6fa06cc7ee967ef931a9bc7dd482ea6f13579ffc..dc634ee7e21bba1c34266e3613a1492224c0c75e 100644 (file)
@@ -13,6 +13,7 @@
   trim, etc. <dfn>Automation curves</dfn> consist of lines connected by
   <dfn>control points</dfn>, that live within the confines of a lane; these
   tell Ardour how to change a given parameter over time. <dfn>Automation
-  modes</dfn> govern how a given automation lane will behave during playback.
+       modes</dfn> specify whether the control points are connected by lines or
+       stair steps. <dfn>Automation states</dfn> govern how a given automation lane
+       will behave during playback. 
 </p>
-
similarity index 70%
rename from include/automation-modes.html
rename to include/automation-states.html
index 76f6e94d685e90e11c1c8b971b97ac420c743756..69c17a56971cfd50b49e744f31954979c4480cce 100644 (file)
@@ -1,30 +1,30 @@
 
 <p>
   In order to understand how automation in Ardour works, it is necessary to
-  understand the four modes of automation. They are: <kbd
+  understand the four states of automation. They are: <kbd
   class=menu>Manual</kbd>, <kbd class=menu>Play</kbd>, <kbd
   class=menu>Write</kbd>, and <kbd class=menu>Touch</kbd>.
 </p>
 
 <figure class=right>
 <img src="/images/automation-modes1.png">
-<figcaption class=center>The automation mode menu.</figcaption>
+<figcaption class=center>The automation state menu.</figcaption>
 </figure>
 
 <p>
-  <kbd class=menu>Manual</kbd> mode is basically analogous to a processor's
-  bypass switch. Whenever an automation lane is in this mode, it is inactive
+  <kbd class=menu>Manual</kbd> state is basically analogous to a processor's
+  bypass switch. Whenever an automation lane is in this state, it is inactive
   and any level that is manually set for controlling the lane's parameter will
   persist during playback like normal.
 </p>
 
 <p class=note>
   In Ardour, every track and processor parameter is initially set to <kbd
-  class=menu>Manual</kbd> mode.
+  class=menu>Manual</kbd> state.
 </p>
 
 <p>
-  <kbd class=menu>Play</kbd> mode tells Ardour to use the automation curve in
+  <kbd class=menu>Play</kbd> state tells Ardour to use the automation curve in
   the automation lane to control the level of the parameter controlled by the
   lane <em>during playback</em>. The control that normally sets the parameter
   will be <em>unresponsive to manual input</em> and will move automatically in
@@ -32,7 +32,7 @@
 </p>
 
 <p>
-  <kbd class=menu>Write</kbd> mode allows continuous, dynamic setting of a
+  <kbd class=menu>Write</kbd> state allows continuous, dynamic setting of a
   control during playback; all such settings are written to the lane the
   control is in. This defines the lane's automation curve in the interval being
   played, and overwrites any existing automation curve in the lane being
 </p>
 
 <p>
-  <kbd class=menu>Touch</kbd> mode is similar to <kbd class=menu>Write</kbd>
+  <kbd class=menu>Touch</kbd> state is similar to <kbd class=menu>Write</kbd>
   mode, except it only overwrites sections of a lane's automation curve when
   the control is changed in some way. This allows for changing only the parts
   of an automation curve that are desired to be changed, while leaving the rest
   unchanged.
 </p>
-
index 72fd3501633a06a8937545e842401ec298c5af5b..9c864d0ad82fedba37c665ece827671e282f1596 100644 (file)
@@ -1769,6 +1769,13 @@ link: automation-nomenclature
 part: subchapter
 ---
 
+---
+title: Automation States
+include: automation-states.html
+link: automation-states
+part: subchapter
+---
+
 ---
 title: Automation Modes
 include: automation-modes.html