]> Shamusworld >> Repos - ardour-manual/blobdiff - include/automation.html
Minor changes to the transforming midi page
[ardour-manual] / include / automation.html
index 3342b90415d7f737e3d8937c1131364f7c1f509d..2b5153876652036782c01449a1635c8b08307994 100644 (file)
@@ -1,7 +1,30 @@
----
-title: Automation
----
 
-<p class="fixme">Add content</p>
+<p>
+  <dfn>Automation</dfn> is the ability to dynamically control various aspects
+  of a track's innate attributes and the attributes of any processors attached
+  to it. In Ardour, automation can be used to make dynamic changes to a
+  track's:
+</p>
 
+<ul>
+  <li>Fader (Volume)</li>
+  <li>Trim</li>
+  <li>Muting</li>
+  <li>Panning</li>
+  <li>Any attached processor's parameters</li>
+</ul>
 
+<p>
+  Any combination of these can be enabled on a single track; as such, it offers
+  a lot of power and flexibility over how a track will ultimately sound when
+  played back.
+</p>
+
+<p>
+  To activate automation for a track, click the <kbd class=menu>A</kbd> icon on the track head and check the
+  type of automation you need.
+</p>  
+<figure class=left>
+  <img src="/images/automation-menu1.png">
+  <figcaption class=center>The automation menu.</figcaption>
+</figure>