2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-05 05:19:59 -05:00
|
|
|
<p>
|
2017-02-17 06:02:54 -05:00
|
|
|
<a href="@@the-track-and-bus-group-list">Track Groups</a> have
|
2017-02-25 00:30:29 -05:00
|
|
|
a property titled <kbd class="option">Select</kbd> which, if enabled, cause
|
2014-02-05 05:19:59 -05:00
|
|
|
Ardour to propagate a region selection in one track of a group to the
|
2014-02-05 12:23:23 -05:00
|
|
|
<dfn>corresponding regions</dfn> of the other tracks in that group.
|
2014-02-05 05:19:59 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-29 09:30:52 -04:00
|
|
|
This can be particularly useful when an instrument has been recorded using
|
|
|
|
multiple microphones (e.g. a drum kit): by enabling the <kbd class="option">Select</kbd>
|
|
|
|
property for the group, selecting a region in one of the tracks, Ardour will select
|
|
|
|
the corresponding region in every other track of the group, which in turn means
|
|
|
|
that a subsequent edit operation will affect all the tracks together.
|
2014-02-05 05:19:59 -05:00
|
|
|
</p>
|
2013-07-03 01:07:29 -04:00
|
|
|
|
2014-02-05 12:23:23 -05:00
|
|
|
<h2>How Ardour Decides Which Regions are "Corresponding"</h2>
|
2014-02-05 05:19:59 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
Regions in different tracks are considered to be corresponding for the purposes
|
2014-02-05 05:19:59 -05:00
|
|
|
of sharing <dfn>selection</dfn> if they satisfy <em>all</em> the following criteria:
|
|
|
|
</p>
|
2013-01-29 19:26:36 -05:00
|
|
|
<ol>
|
2017-06-29 09:30:52 -04:00
|
|
|
<li>each region starts at the <dfn>same offset</dfn> within its source file,</li>
|
2014-02-05 05:19:59 -05:00
|
|
|
<li>each region is located at the <dfn>same position</dfn> on the timeline, and</li>
|
|
|
|
<li>each region has the <dfn>same length</dfn>.</li>
|
2013-01-29 19:26:36 -05:00
|
|
|
</ol>
|
2013-07-03 01:07:29 -04:00
|
|
|
|
2014-02-05 12:23:23 -05:00
|
|
|
<h2>Overlap Correspondence</h2>
|
2014-02-05 05:19:59 -05:00
|
|
|
<p>
|
2017-06-29 09:30:52 -04:00
|
|
|
Sometimes, the rules outlined above are too strict to get Ardour to consider regions
|
|
|
|
as corresponding. Regions may have been trimmed to slightly different lengths,
|
|
|
|
or positioned slightly differently, and this will cause Ardour to not select
|
|
|
|
regions in other grouped tracks.
|
|
|
|
</p>
|
2014-02-05 05:19:59 -05:00
|
|
|
<p>
|
2017-06-29 09:30:52 -04:00
|
|
|
In this case, changing
|
2014-02-05 12:23:23 -05:00
|
|
|
<kbd class="menu">Edit > Preferences > Editor > Regions in
|
|
|
|
active edit groups are edited together:</kbd> to <kbd
|
2017-06-29 09:30:52 -04:00
|
|
|
class="menu">whenever they overlap in time</kbd> will allow regions in different
|
|
|
|
tracks to be considered equivalent for the purposes of selection if they
|
2017-02-25 00:30:29 -05:00
|
|
|
<dfn>overlap</dfn>. This is much more flexible and will cover almost all of the
|
2014-02-05 05:19:59 -05:00
|
|
|
cases that the fixed rules above might make cumbersome.
|
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|