]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/03_which-regions-are-affected.html
tweak control playback text
[ardour-manual] / _manual / 15_editing-and-arranging / 03_which-regions-are-affected.html
1 ---
2 layout: default
3 title: Which Regions Are Affected?
4 menu_title: Affected Regions
5 ---                        
6   
7 <p>
8   This section explains the rules used to decide which regions are affected
9   by editing operations. You don't really have to understand them &mdash; hopefully
10   things will Just Work &mdash; but it may be useful eventually to understand the rules.
11 </p>
12 <p>
13   Editing operations in Ardour either operate on a single point in time 
14   (<kbd class="menu">Split</kbd> being the obvious example) or on two 
15   points (which can also be considered to be a range of sorts), <kbd
16   class="menu">Separate</kbd> is a good example of this.
17 </p>
18 <p> 
19   Most operations will operate on the currently selected region(s), but if 
20   no regions are selected, the region that the mouse is in will be used 
21   instead. Single-point operations will generally pick a set of regions to 
22   use based on the following rules:
23 </p>
24 <ul>
25   <li> If the edit point is `mouse', then
26     <ul>
27      <li>if the mouse is over a selected region, or no region, use all selected
28      regions, or</li>
29      <li>if the mouse is over an unselected region, use just that region.</li>
30     </ul>
31   </li>
32   <li> For all other edit points
33     <ul>
34       <li>
35         use the selected regions <em>and</em> those that are both
36         under the edit position <em>and</em> on a selected track, 
37         or on a track which is in the same active edit-enabled route group
38         as a selected region.
39       </li>
40     </ul>
41   </li>
42 </ul>
43 <p>
44   The rationale here for the two different rules is that the mouse edit point 
45   is special in that its position indicates both a time and a track; the other 
46   edit points (Playhead,Marker) indicate a time only.
47 </p>
48