]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/corresponding-regions-selection.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / corresponding-regions-selection.html
1   
2 <p>
3   <a href="/working-with-tracks/track-and-bus-groups/">Track Groups</a> have
4   a property titled <kbd class="option">Select</kbd> which, if enabled, cause 
5   Ardour to propagate a region selection in one track of a group to the
6   <dfn>corresponding regions</dfn> of the other tracks in that group.
7  </p>
8 <p>
9   For example, let's assume you have used multiple microphones to record a 
10   drum kit to multiple tracks. You have created a track group, added all the 
11   drum tracks, enabled the group and enabled the Select property for the group. 
12   When you select a region in one of the drum tracks, Ardour will select the
13   corresponding region in every other drum track, which in turn means that a 
14   subsequent edit operation will affect all the drum tracks together. 
15 </p>
16
17 <h2>How Ardour Decides Which Regions are "Corresponding"</h2>
18 <p>
19   Regions in different tracks are considered to be corresponding for the purposes 
20   of sharing <dfn>selection</dfn> if they satisfy <em>all</em> the following criteria:
21 </p>
22 <ol>
23   <li>Each region starts at the <dfn>same offset</dfn> within its source file,</li>
24   <li>each region is located at the <dfn>same position</dfn> on the timeline, and</li>
25   <li>each region has the <dfn>same length</dfn>.</li>
26 </ol>
27
28 <h2>Overlap Correspondence</h2>
29 <p>
30   Sometimes, the rules outlined above are too strict to get Ardour to do what you 
31   want. Regions may have been trimmed to slightly different lengths, or positioned 
32   slightly differently, and this will cause Ardour to not select regions in other 
33   grouped tracks.</p>
34 <p>
35   In this case, change  
36   <kbd class="menu">Edit &gt; Preferences &gt; Editor &gt; Regions in
37   active edit groups are edited together:</kbd> to <kbd
38   class="menu">whenever they overlap in time</kbd>. With this option enabled, r
39   egions in different tracks will be considered equivalent for the purposes of selection if they
40   <dfn>overlap</dfn>. This is much more flexible and will cover almost all of the 
41   cases that the fixed rules above might make cumbersome.
42 </p>
43   
44