From fd47f2c6de7062f832362a2a9c357cd5a5ceffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Nettingsmeier?= Date: Wed, 5 Feb 2014 18:23:23 +0100 Subject: [PATCH] rename region equivalence to correspondence for consistency --- ...> 02_corresponding-regions-selection.html} | 19 ++++++++++--------- .../01_region-and-track-selection.html | 11 ----------- ...rack-ordering-and-remote-control-ids.html} | 0 3 files changed, 10 insertions(+), 20 deletions(-) rename _manual/08_working-with-regions/{02_region-selection-equivalence.html => 02_corresponding-regions-selection.html} (71%) delete mode 100644 _manual/10_working-with-tracks/03_selecting-tracks/01_region-and-track-selection.html rename _manual/10_working-with-tracks/05_controlling-track-ordering/{01_track-ordering-and-remote-control-ids.html => 02_track-ordering-and-remote-control-ids.html} (100%) 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.

diff --git a/_manual/10_working-with-tracks/03_selecting-tracks/01_region-and-track-selection.html b/_manual/10_working-with-tracks/03_selecting-tracks/01_region-and-track-selection.html deleted file mode 100644 index 55d0727..0000000 --- a/_manual/10_working-with-tracks/03_selecting-tracks/01_region-and-track-selection.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -title: Region and Track Selection ---- - - - -

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).

-

In some workflows, and particularly if you have experience with other DAWs, 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.

-

To control this behaviour, set Edit > Preferences > Editor > Link selection of regions and tracks.

- diff --git a/_manual/10_working-with-tracks/05_controlling-track-ordering/01_track-ordering-and-remote-control-ids.html b/_manual/10_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html similarity index 100% rename from _manual/10_working-with-tracks/05_controlling-track-ordering/01_track-ordering-and-remote-control-ids.html rename to _manual/10_working-with-tracks/05_controlling-track-ordering/02_track-ordering-and-remote-control-ids.html