]> Shamusworld >> Repos - ardour-manual/blobdiff - include/which-regions-are-affected.html
cleaning up an obsolete page, adding its useful content to another
[ardour-manual] / include / which-regions-are-affected.html
index fdbe067306bc762ff645af05b10e77b1b364b89e..4c034519bfb7c7fcb20017bd62691eb5bd62199c 100644 (file)
@@ -1,19 +1,19 @@
-  
+
 <p>
   This section explains the rules used to decide which regions are affected
   by editing operations. You don't really have to understand them&mdash;hopefully
   things will Just Work&mdash;but it may be useful eventually to understand the rules.
 </p>
 <p>
-  Editing operations in Ardour either operate on a single point in time 
-  (<kbd class="menu">Split</kbd> being the obvious example) or on two 
+  Editing operations in Ardour either operate on a single point in time
+  (<kbd class="menu">Split</kbd> being the obvious example) or on two
   points (which can also be considered to be a range of sorts), <kbd
   class="menu">Separate</kbd> is a good example of this.
 </p>
-<p> 
-  Most operations will operate on the currently selected region(s), but if 
-  no regions are selected, the region that the mouse is in will be used 
-  instead. Single-point operations will generally pick a set of regions to 
+<p>
+  Most operations will operate on the currently selected region(s), but if
+  no regions are selected, the region that the mouse is in will be used
+  instead. Single-point operations will generally pick a set of regions to
   use based on the following rules:
 </p>
 <ul>
@@ -28,7 +28,7 @@
     <ul>
       <li>
         use the selected regions <em>and</em> those that are both
-        under the edit position <em>and</em> on a selected track, 
+        under the edit position <em>and</em> on a selected track,
         or on a track which is in the same active edit-enabled route group
         as a selected region.
       </li>
@@ -36,8 +36,8 @@
   </li>
 </ul>
 <p>
-  The rationale here for the two different rules is that the mouse edit point 
-  is special in that its position indicates both a time and a track; the other 
+  The rationale here for the two different rules is that the mouse edit point
+  is special in that its position indicates both a time and a track; the other
   edit points (Playhead,Marker) indicate a time only.
 </p>