]> Shamusworld >> Repos - ardour-manual/blob - include/corresponding-regions-selection.html
Meterbridge: add initital documentation
[ardour-manual] / include / corresponding-regions-selection.html
1
2 <p>
3   <a href="@@the-track-and-bus-group-list">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   This can be particularly useful when an instrument has been recorded using
10   multiple microphones (e.g. a drum kit): by enabling the <kbd class="option">Select</kbd>
11   property for the group, selecting a region in one of the tracks, Ardour will select
12   the corresponding region in every other track of the group, which in turn means
13   that a subsequent edit operation will affect all the tracks together.
14 </p>
15
16 <h2>How Ardour Decides Which Regions are "Corresponding"</h2>
17 <p>
18   Regions in different tracks are considered to be corresponding for the purposes
19   of sharing <dfn>selection</dfn> if they satisfy <em>all</em> the following criteria:
20 </p>
21 <ol>
22   <li>each region starts at the <dfn>same offset</dfn> within its source file,</li>
23   <li>each region is located at the <dfn>same position</dfn> on the timeline, and</li>
24   <li>each region has the <dfn>same length</dfn>.</li>
25 </ol>
26
27 <h2>Overlap Correspondence</h2>
28 <p>
29   Sometimes, the rules outlined above are too strict to get Ardour to consider regions
30   as corresponding. Regions may have been trimmed to slightly different lengths,
31   or positioned slightly differently, and this will cause Ardour to not select
32   regions in other grouped tracks.
33 </p>
34 <p>
35   In this case, changing
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> will allow regions in different
39   tracks to 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