X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F08_working-with-regions%2F02_corresponding-regions-selection.html;fp=_manual%2F08_working-with-regions%2F02_region-selection-equivalence.html;h=68464010382f2b47c13a518ae95b30a587946277;hb=fd47f2c6de7062f832362a2a9c357cd5a5ceffe5;hp=13f3f9cb254403657f143eb6828fb351a0101a00;hpb=ed6dd533f0317fdde938e86a30bc301cef8775ac;p=ardour-manual diff --git a/_manual/08_working-with-regions/02_region-selection-equivalence.html b/_manual/08_working-with-regions/02_corresponding-regions-selection.html similarity index 71% rename from _manual/08_working-with-regions/02_region-selection-equivalence.html rename to _manual/08_working-with-regions/02_corresponding-regions-selection.html index 13f3f9c..6846401 100644 --- a/_manual/08_working-with-regions/02_region-selection-equivalence.html +++ b/_manual/08_working-with-regions/02_corresponding-regions-selection.html @@ -1,13 +1,13 @@ --- layout: default -title: Equivalent Region Selection +title: Corresponding Regions Selection ---

Track Groups have a property titled Select which, if enabled, cause Ardour to propagate a region selection in one track of a group to the - equivalent regions of the other tracks in that group. + corresponding regions of the other tracks in that group.

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.

-

How Ardour Decides Which Regions are "Equivalent"

+

How Ardour Decides Which Regions are "Corresponding"

- 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 selection if they satisfy all the following criteria:

    @@ -29,17 +29,18 @@ title: Equivalent Region Selection
  1. each region has the same length.
-

Overlap Equivalence

+

Overlap Correspondence

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 slightly differently, and this will cause Ardour to not select regions in other grouped tracks.

- In this case, enable - Edit > Preferences > Editor > Use overlap equivalency for - regions. With this option enabled, regions in different tracks will be - considered equivalent for the purposes of selection if they + In this case, change + Edit > Preferences > Editor > Regions in + active edit groups are edited together: to whenever they overlap in time. With this option enabled, r + egions in different tracks will be considered equivalent for the purposes of selection if they overlap. This is much more flexible and will cover almost all of the cases that the fixed rules above might make cumbersome.