]> Shamusworld >> Repos - ardour-manual/blobdiff - include/selection-and-punch-clocks.html
whitespace change to test commit hook
[ardour-manual] / include / selection-and-punch-clocks.html
index 63731bc6703c8d7e6b6827d83c35500055e4d324..b7a9cc00a279ca33c47ca588e3373ec22dea0310 100644 (file)
@@ -1,9 +1,14 @@
 <h2 id="selection_clocks">The Selection Clocks</h2>
 
-<img src="/images/selection-clocks.png" alt="The range clocks">
+<figure>
+    <img src="/images/selection-clocks.png" alt="The range clocks">
+    <figcaption>
+      The range clocks
+    </figcaption>
+</figure>
 
 <p>
-  The current <dfn>selection range</dfn>, as set with the <a href="/ardours-interface/the-toolbox/">Range Mode tool</a>,
+  The current <dfn>selection range</dfn>, as set with the <a href="@@toolbox">Range Mode tool</a>,
   is displayed in these three clocks: start of the range, end of the range, and length.
 </p>
 <p>
@@ -11,7 +16,7 @@
 </p>
 <p>
   <kbd class="mouse">Right</kbd> clicking on any of the clocks brings up a context menu
-  allowing to change the type of time display between the <a href="/introducing-ardour/basic-gui-operations/editing-clocks/">
+  allowing to change the type of time display between the <a href="@@editing-clocks">
   4 clock modes</a>, and to copy the selected clock's time to the clipboard.
 </p>
 
   The <kbd class="menu">In</kbd> and <kbd class="menu">Out</kbd> buttons relate
   to the Punch range, and allow to use only one of the two punch boundaries, or both:
 </p>
-<dl>
-  <dt>In only</dt><dd>Records from the In marker on, without a end boundary</dd>
-  <dt>Out only</dt><dd>Records untils the Out marker, without a beginning boundary</dd>
-  <dt>In only</dt><dd>Records only between the In and Out markers</dd>
-</dl>
+<table class="dl">
+  <tr><th>In only</th><td>Records from the In marker on, without a end boundary</td></tr>
+  <tr><th>Out only</th><td>Records until the Out marker, without a beginning boundary</td></tr>
+  <tr><th>In <em>and</em> Out</th><td>Records only between the In and Out markers</td></tr>
+</table>
 
 <p>
   The punch clocks can be controlled the same way as the range clocks (moving the playhead,
   The <kbd class="menu">Rec</kbd> button affects how the tracks behave when recording:
 </p>
 
-<dl>
-  <dt>Non-Layered OFF <em>(default)</em></dt>
-  <dd>Tracks in <dfn>normal mode</dfn> will record non-destructively &mdash;
+<table class="dl">
+  <tr><th>Non-Layered OFF <em>(default)</em></th>
+  <td>Tracks in <dfn>normal mode</dfn> will record non-destructively &mdash;
   new data is written to new files, and when overdubbing, new regions will be
   layered on top of existing ones. This is the recommended mode for most workflows.
-  </dd>
-  <dt>Non-Layered ON</dt>
-  <dd>Tracks using <dfn>non-layered mode</dfn> will record non-destructively
+  </td></tr>
+  <tr><th>Non-Layered ON</th>
+  <td>Tracks using <dfn>non-layered mode</dfn> will record non-destructively
   &mdash; new data is written to new files, but when overdubbing, the existing
   regions are trimmed so that there are no overlaps. This does not affect
   the previously recorded audio data, and trimmed regions can be expanded
   again at will. Non-layered mode can be very useful for spoken word material,
-  especially in combination with <a href="/editing-and-arranging/change-region-lengths/pushpull-trimming/">push/pull trimming</a>.
-  </dd>
-</dl>
+  especially in combination with <a href="@@pushpull-trimming">push/pull trimming</a>.
+  </td></tr>
+</table>
 
 <p>
-  See <a href="/working-with-tracks/track-types/">Track Modes</a> for more information.
+  See <a href="@@track-types">Track Modes</a> for more information.
 </p>