]> Shamusworld >> Repos - ardour-manual/blob - include/selecting-tracks.html
Correct busses spelling
[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. You can select multiple tracks 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   You can select a track, then select 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 <p>
19   In some workflows, and particularly if you have experience with
20   other <abbr title="Digital Audio Workstation">DAW</abbr>s, this
21   is not the most comfortable way to work. You may prefer to work
22   in a style where selecting a region will also select the track
23   that the region is in. Similarly, when the last selected region
24   in a track is deselected, the track will also become unselected.
25 </p>
26 <p>
27   To control this behaviour, set <kbd class="menu">Edit &gt;
28   Preferences &gt; Editor &gt; Link selection of regions and tracks</kbd>.
29 </p>
30