]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/10_working-with-tracks/11_track-context-menu.html
2b2a76065f4eeb7564ddb19bafd939edb55abbec
[ardour-manual-diverged] / _manual / 10_working-with-tracks / 11_track-context-menu.html
1 ---
2 layout: default
3 title: Track Context Menu
4 ---                        
5   
6 <p>
7   Within the editor window, context-click (right-click) on either a region 
8   or empty space within a track to display the <dfn>track context menu</dfn>. 
9   The context menu provides easy access to many track-level operations.
10 </p>
11 <p>
12   If you click on a <dfn>region</dfn>, the first item in the menu is the name of the 
13   region. If you click on a 
14   <a href="/working-with-tracks/controlling-track-appearance/layering-display/">layered region</a>, 
15   the next item in the menu is <kbd class="menu">Choose Top</kbd>. If selected, 
16   you will see a dialog that allows you to change the vertical order of layers 
17   at that point. See <a href="/working-with-tracks/controlling-track-appearance/layering-display/">Layering Display</a> for more details.
18 </p>
19 <p>
20   The rest of the track context menu is structured as follows:
21 </p>
22 <dl class="narrower-table">
23   <dt>Play</dt>
24   <dd>
25     <dl class="narrower-table">
26     <dt>Play from Edit Point</dt>
27     <dd>Play from the location of the current <a href="/editing-and-arranging/edit-point/">edit point</a>.</dd>
28       <dt>Play from Start </dt>
29       <dd>Play from the start of the session</dd>
30       <dt>Play Region(s)</dt>
31       <dd>Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region</dd>
32     </dl>
33   </dd>
34   <dt>Select</dt>
35   <dd>
36     <dl class="narrower-table">
37       <dt>Select All in Track</dt>
38       <dt>Select All</dt>
39       <dt>Invert Selection in Track</dt>
40       <dt>Invert Selection</dt>
41       <dt>Set Range to Loop Range</dt>
42       <dt>Set Range to Punch Range</dt>
43       <dt>Select All After Edit Point</dt>
44       <dt>Select All Before Edit Point</dt>
45       <dt>Select All After Playhead</dt>
46       <dt>Select All Before Playhead</dt>
47       <dt>Select All Between Playhead and Edit Point</dt>
48       <dt>Select All Within Playhead and Edit Point</dt>
49       <dt>Select Range Between Playhead and Edit Point</dt>
50     </dl>
51   </dd>
52   <dt>Edit</dt>
53   <dd>
54     <dl class="narrower-table">
55 <dt>Cut</dt>
56 <dt>Copy</dt>
57 <dt>Paste</dt>
58 <dt>Align</dt>
59 <dt>Align Relative</dt>
60 </dl>
61 </dd>
62 <dt>Insert Selected Region</dt>
63 <dt>Insert Existing Media</dt>
64 <dt>Nudge</dt>
65 <dd>
66 <dl class="narrower-table">
67 <dt>Nudge Entire Track Later</dt>
68 <dt>Nudge Track After Edit Point Later</dt>
69 <dt>Nudge Entire Track Earlier</dt>
70 <dt>Nudge Track After Edit Point Earlier</dt>
71 </dl>
72 </dd>
73 <dt>Freeze</dt>
74 </dl>