]> Shamusworld >> Repos - ardour-manual/blob - include/select-regions.html
6599e00fe6a66344c1c326e1e727477bfb5cbff5
[ardour-manual] / include / select-regions.html
1
2 <p>
3   Many editing operations in Ardour require to first <dfn>select one or more
4   regions</dfn> to change them in some way. A single region,
5   or multiple regions can be selected, including regions in different tracks. When
6   a region is selected, it will appear in a darker color than unselected regions.
7 </p>
8 <p>
9   If a track is a member of a group that is active and has the
10   <kbd class="option">Select</kbd> property enabled, then Ardour will attempt to
11   match whatever selections is made in one track across every other track of the
12   group. See <a href="@@corresponding-regions-selection">Corresponding
13   Regions Selection</a> for more information on precisely how selections will be
14   propagated to other tracks.
15 </p>
16
17 <h2>Region Selection and Track Selection</h2>
18 <p>
19   Please read <a href="@@selecting-tracks">Region &amp; Track Selection</a>
20   for more information on how selecting regions and selecting tracks interact.
21 </p>
22
23 <h2>Selecting a Region</h2>
24 <p>
25   Using the <a href="@@toolbox">Grab Mode tool</a>, <kbd class="mouse">left</kbd>
26   clicking on a region selects it. If <a href="@@toolbox">Smart mode</a> is
27   enabled, the lower half of the region must be clicked.
28 </p>
29
30 <h2>Deselecting a Region</h2>
31 <p>
32   Still using the <a href="@@toolbox">Grab Mode tool</a>, <kbd class="mouse mod1">Left</kbd>-clicking the region deselects it. If
33   <a href="@@toolbox">Smart mode</a> is enabled, the lower half of the region must be clicked.
34 </p>
35 <p>
36   Note that a <kbd class="mouse mod1">left</kbd> click simply toggles the
37   selected status of an object, so it can be used to select unselected regions
38   too.
39 </p>
40
41 <h2>Selecting Multiple Regions in a Track</h2>
42 <p>This can be achieved in different ways:</p>
43 <ul>
44   <li><kbd class="mouse mod1">Left</kbd>-clicking each region.</li>
45   <li>Dragging a rubberband box from an empty point in a track before the first
46     region to select to a point within or after the last region to select. Using
47     <kbd class="mouse mod1">left</kbd>-drag allows doing it multiple times.</li>
48   <li>If the regions are all adjacent to one another, clicking the first region
49     to select, then <kbd class="mouse mod3">Left</kbd>-clicking the last one.
50   </li>
51 </ul>
52
53 <h2>Selecting All Regions in a Track</h2>
54 <p>
55   The <kbd class="menu">Select &gt; Select All In Track</kbd> option in the context menu
56   (<kbd class="mouse">Right</kbd> click on the track) selects all the regions in the track at once.
57 </p>
58 <p>
59   See the <a href="@@track-context-menu">Track Context Menu</a>
60   for more information on other per-track selection operations that are available.
61 </p>
62
63 <h2>Selecting Multiple Regions Across Different Tracks</h2>
64 <p>
65   This can be achieved by a <kbd class="mouse mod1">left</kbd>-click or <kbd class="mouse
66   mod3">Left</kbd>-click on the regions to select.
67 </p>
68
69 <h2>Selecting a Region From the Region List</h2>
70 <p>
71   Clicking the name of the region in the <a href="@@the-region-list">Region List</a>.
72   selects it. This will do nothing for whole-file regions, since they do not exist
73   anywhere in a playlist or track.
74 </p>