]> Shamusworld >> Repos - ardour-manual/blob - include/selecting-tracks.html
OSC added some ids to take reader directly to relevant info
[ardour-manual] / include / selecting-tracks.html
1
2 <p>
3   Tracks are <dfn>selected</dfn> by clicking on the Track header at the left
4   of the Editor window. Multiple tracks can be selected with <kbd class="mod1
5   mouse">Left</kbd> clicks, or a range of consecutive tracks with <kbd
6   class="mod3 mouse">Left</kbd>.
7 </p>
8 <p>
9   By default, <dfn>selecting regions</dfn> has no impact on
10   <dfn>track selection</dfn>.
11   A track can be selected, then a region in another track
12   (or vice versa) and both selections will co-exist happily.
13   Operations that are applied to tracks will use the track selection,
14   and those that apply to regions will use the region selection.
15   Similarly, deselecting a region will not deselect the track it
16   is in (if that track was selected).
17 </p>
18
19 <p class="fixme">
20   Is it still true ?
21 </p>
22
23 <p>
24   In some workflows, and particularly in comparison with
25   other <abbr title="Digital Audio Workstation">DAW</abbr>s, this
26   is not the most comfortable way to work. You may prefer to work
27   in a style where selecting a region will also select the track
28   that the region is in. Similarly, when the last selected region
29   in a track is deselected, the track will also become unselected.
30 </p>
31 <p>
32   To control this behaviour, set <kbd class="menu">Edit &gt;
33   Preferences &gt; Editor &gt; Link selection of regions and tracks</kbd>.
34 </p>
35
36 <p class="fixme">
37   This menu doesn't exist anymore
38 </p>