]> Shamusworld >> Repos - ardour-manual/blobdiff - include/common-region-edit-operations.html
Update to the Interface Overview page : added the Cue Grid, and updated all visuals...
[ardour-manual] / include / common-region-edit-operations.html
index e44c9d4de70fff768f8444d25c14b6225776d2f5..fefdc5daefe943df8f0826ba6a0e3f851572dfb6 100644 (file)
@@ -1,57 +1,56 @@
 
 <p>
   This section covers a set of <dfn>region editing operations</dfn>
-  that you are likely to use often while working on a session.
-  Depending on your work habits (and experience of other
-  <abbr title="Digital Audio Workstation">DAW</abbr>s) you will find
-  some of these operations critical while others are used only rarely.
+  that are likely to be used often while working on a session.
+  Depending on work habits (and experience of other
+  <abbr title="Digital Audio Workstation">DAW</abbr>s),
+  some of these operations will be critical while others are used only rarely.
 </p>
 <p>
-  You can carry out all of these operations from the keyboard (see
-  <a href="/default-keyboard-bindings/">Default Keyboard Shortcuts</a>
+  All of these operations can be carried out from the keyboard (see
+  <a href="@@default-keyboard-bindings">Default Keyboard Shortcuts</a>
   for a list). Equivalent operations can be performed with the mouse
   in most cases.
 </p>
 <p>
-  You may want to review your understanding of
-  <a href="/ardours-interface/the-edit-point-control/">the edit point/range</a> and 
-  <a href="/editing-and-arranging/which-regions-are-affected/">which regions will be affected by region operations</a>.
+  Some of these operations make use of <a href="@@edit-point-control">the edit
+  point/range</a> and <a href="@@which-regions-are-affected">affect specific regions</a>.
 </p>
-<dl class="wide-table">
-<dt><kbd class="menu">Spot (Align)</kbd></dt>
-<dd>Move selected regions to the edit point.</dd>
-<dt><kbd class="menu">Split</kbd></dt>
-<dd>Split selected regions at the edit point.</dd>
-<dt><kbd class="menu">Trim Start</kbd></dt>
-<dd>Adjust the start of selected regions to the edit point (or as close as
-possible).</dd>
-<dt><kbd class="menu">Trim End</kbd></dt>
-<dd>Adjust the end of selected regions to the edit point (or as close as
-possible).</dd>
-<dt><kbd class="menu">Duplicate</kbd></dt>
-<dd>Make a copy of each selected region and position it immediately after the
-original.</dd>
-<dt><kbd class="menu">Crop</kbd></dt>
-<dd>Truncate selected regions to the edit range.</dd>
-<dt><kbd class="menu">Separate</kbd></dt>
-<dd>Split selected regions at both ends of the edit range.</dd>
-<dt><kbd class="menu">Set Fade In</kbd></dt>
-<dd>Adjust selected audio regions' fade in to end at the edit point.</dd>
-<dt><kbd class="menu">Set Fade Out</kbd></dt>
-<dd>Adjust selected audio regions' fade out to end at the edit point.</dd>
-<dt><kbd class="menu">Toggle Fade In</kbd></dt>
-<dd>Turn selected audio regions' fade in on or off.</dd>
-<dt><kbd class="menu">Toggle Fade Out</kbd></dt>
-<dd>Turn selected audio regions' fade out on or off.</dd>
-<dt><kbd class="menu">Play Region</kbd></dt>
-<dd>Play session from the start of the earliest selected region.</dd>
-<dt><kbd class="menu">Zoom To Region</kbd></dt>
-<dd>Zoom horizontally so that the selected regions span the editor track
-view.</dd>
-<dt><kbd class="menu">Set Sync Point</kbd></dt>
-<dd>Set the sync point of all selected regions to the edit point.</dd>
-<dt><kbd class="menu">Insert</kbd></dt>
-<dd>Inserts the currently selected regions in the Region List at the edit
-point.</dd>
-</dl>
+<table class="dl">
+<tr><th><kbd class="menu">Spot (Align)</kbd></th>
+<td>Move selected regions to the edit point.</td></tr>
+<tr><th><kbd class="menu">Split</kbd></th>
+<td>Split selected regions at the edit point.</td></tr>
+<tr><th><kbd class="menu">Trim Start</kbd></th>
+<td>Adjust the start of selected regions to the edit point (or as close as
+possible).</td></tr>
+<tr><th><kbd class="menu">Trim End</kbd></th>
+<td>Adjust the end of selected regions to the edit point (or as close as
+possible).</td></tr>
+<tr><th><kbd class="menu">Duplicate</kbd></th>
+<td>Make a copy of each selected region and position it immediately after the
+original.</td></tr>
+<tr><th><kbd class="menu">Crop</kbd></th>
+<td>Truncate selected regions to the edit range.</td></tr>
+<tr><th><kbd class="menu">Separate</kbd></th>
+<td>Split selected regions at both ends of the edit range.</td></tr>
+<tr><th><kbd class="menu">Set Fade In</kbd></th>
+<td>Adjust selected audio regions' fade in to end at the edit point.</td></tr>
+<tr><th><kbd class="menu">Set Fade Out</kbd></th>
+<td>Adjust selected audio regions' fade out to end at the edit point.</td></tr>
+<tr><th><kbd class="menu">Toggle Fade In</kbd></th>
+<td>Turn selected audio regions' fade in on or off.</td></tr>
+<tr><th><kbd class="menu">Toggle Fade Out</kbd></th>
+<td>Turn selected audio regions' fade out on or off.</td></tr>
+<tr><th><kbd class="menu">Play Region</kbd></th>
+<td>Play session from the start of the earliest selected region.</td></tr>
+<tr><th><kbd class="menu">Zoom To Region</kbd></th>
+<td>Zoom horizontally so that the selected regions span the editor track
+view.</td></tr>
+<tr><th><kbd class="menu">Set Sync Point</kbd></th>
+<td>Set the sync point of all selected regions to the edit point.</td></tr>
+<tr><th><kbd class="menu">Insert</kbd></th>
+<td>Inserts the currently selected regions in the Region List at the edit
+point.</td></tr>
+</table>