]> Shamusworld >> Repos - ardour-manual/blob - _manual/10_working-with-tracks/03_selecting-tracks.html
266675e7808dda7127feb01bae0ed1fdc33515cd
[ardour-manual] / _manual / 10_working-with-tracks / 03_selecting-tracks.html
1 ---
2 layout: default
3 title: Selecting Tracks
4 ---                        
5
6 <p>
7   Tracks are <dfn>selected</dfn> by clicking on the Track header at the left
8   of the Editor window. You can select multiple tracks with <kbd class="mod1
9   mouse">Left</kbd> clicks, or a range of consecutive tracks with <kbd
10   class="mod3 mouse">Left</kbd>.
11 </p>
12 <p>
13   By default, <dfn>selecting regions</dfn> has no impact on 
14   <dfn>track selection</dfn>. 
15   You can select a track, then select a region in another track 
16   (or vice versa) and both selections will co-exist happily. 
17   Operations that are applied to tracks will use the track selection, 
18   and those that apply to regions will use the region selection. 
19   Similarly, deselecting a region will not deselect the track it 
20   is in (if that track was selected).
21 </p>
22 <p>
23   In some workflows, and particularly if you have experience with 
24   other <abbr title="Digital Audio Workstation">DAW</abbr>s, this 
25   is not the most comfortable way to work. You may prefer to work 
26   in a style where selecting a region will also select the track 
27   that the region is in. Similarly, when the last selected region 
28   in a track is deselected, the track will also become unselected.
29 </p>
30 <p>
31   To control this behaviour, set <kbd class="menu">Edit &gt;
32   Preferences &gt; Editor &gt; Link selection of regions and tracks</kbd>.
33 </p>
34