rename region equivalence to correspondence for consistency
This commit is contained in:
parent
ed6dd533f0
commit
fd47f2c6de
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Equivalent Region Selection
|
title: Corresponding Regions Selection
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/working-with-tracks/track-and-bus-groups/">Track Groups</a> have
|
<a href="/working-with-tracks/track-and-bus-groups/">Track Groups</a> have
|
||||||
a property titled <kbd class="option">Select</kbd> which, if enabled, cause
|
a property titled <kbd class="option">Select</kbd> which, if enabled, cause
|
||||||
Ardour to propagate a region selection in one track of a group to the
|
Ardour to propagate a region selection in one track of a group to the
|
||||||
<dfn>equivalent regions</dfn> of the other tracks in that group.
|
<dfn>corresponding regions</dfn> of the other tracks in that group.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For example, let's assume you have used multiple microphones to record a
|
For example, let's assume you have used multiple microphones to record a
|
||||||
@ -18,9 +18,9 @@ title: Equivalent Region Selection
|
|||||||
subsequent edit operation will affect all the drum tracks together.
|
subsequent edit operation will affect all the drum tracks together.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>How Ardour Decides Which Regions are "Equivalent"</h2>
|
<h2>How Ardour Decides Which Regions are "Corresponding"</h2>
|
||||||
<p>
|
<p>
|
||||||
Regions in different tracks are considered to be equivalent for the purposes
|
Regions in different tracks are considered to be corresponding for the purposes
|
||||||
of sharing <dfn>selection</dfn> if they satisfy <em>all</em> the following criteria:
|
of sharing <dfn>selection</dfn> if they satisfy <em>all</em> the following criteria:
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
@ -29,17 +29,18 @@ title: Equivalent Region Selection
|
|||||||
<li>each region has the <dfn>same length</dfn>.</li>
|
<li>each region has the <dfn>same length</dfn>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h2>Overlap Equivalence</h2>
|
<h2>Overlap Correspondence</h2>
|
||||||
<p>
|
<p>
|
||||||
Sometimes, the rules outlined above are too strict to get Ardour to do what you
|
Sometimes, the rules outlined above are too strict to get Ardour to do what you
|
||||||
want. Regions may have been trimmed to slightly different lengths, or positioned
|
want. Regions may have been trimmed to slightly different lengths, or positioned
|
||||||
slightly differently, and this will cause Ardour to not select regions in other
|
slightly differently, and this will cause Ardour to not select regions in other
|
||||||
grouped tracks.</p>
|
grouped tracks.</p>
|
||||||
<p>
|
<p>
|
||||||
In this case, enable
|
In this case, change
|
||||||
<kbd class="option">Edit > Preferences > Editor > Use overlap equivalency for
|
<kbd class="menu">Edit > Preferences > Editor > Regions in
|
||||||
regions</kbd>. With this option enabled, regions in different tracks will be
|
active edit groups are edited together:</kbd> to <kbd
|
||||||
considered equivalent for the purposes of selection if they
|
class="menu">whenever they overlap in time</kbd>. With this option enabled, r
|
||||||
|
egions in different tracks will be considered equivalent for the purposes of selection if they
|
||||||
<dfn>overlap</dfn>. This is much more flexible and will cover almost all of the
|
<dfn>overlap</dfn>. This is much more flexible and will cover almost all of the
|
||||||
cases that the fixed rules above might make cumbersome.
|
cases that the fixed rules above might make cumbersome.
|
||||||
</p>
|
</p>
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Region and Track Selection
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>By default, selecting regions has no impact on track selection. You can select a track, then select a region in another track (or vice versa) and both selections will co-exist happily. Operations that are applied to tracks will use the track selection, and those that apply to regions will use the region selection. Similarly, deselecting a region will not deselect the track it is in (if that track was selected).</p>
|
|
||||||
<p>In some workflows, and particularly if you have experience with other <abbr title="Digital Audio Workstation">DAW</abbr>s, this is not the most comfortable way to work. You may prefer to work in a style where selecting a region will also select the track that the region is in. Similarly, when the last selected region in a track is deselected, the track will also become unselected.</p>
|
|
||||||
<p>To control this behaviour, set <code>Edit > Preferences > Editor > Link selection of regions and tracks</code>. </p>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user