]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/10_working-with-tracks/09_track-context-menu.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 10_working-with-tracks / 09_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="/missing">Controlling Region Layering</a> for more details.
18   <p class="fixme">Broken link</p>
19 </p>
20 <p>
21   The rest of the track context menu is structured as follows:
22 </p>
23 <dl class="narrower-table">
24   <dt>Play</dt>
25   <dd>
26     <dl class="narrower-table">
27       <dt>Play from Edit Point</dt>
28       <dd>Play from the location of the current <a href="/editing-and-arranging/edit-point">edit point</a>.</dd>
29       <dt>Play from Start </dt>
30       <dd>Play from the start of the session</dd>
31       <dt>Play Region(s)</dt>
32       <dd>Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region</dd>
33     </dl>
34   </dd>
35   <dt>Select</dt>
36   <dd>
37     <dl class="narrower-table">
38       <dt>Select All in Track</dt>
39       <dd>Selects all regions in a track</dd>
40       <dt>Select All Objects</dt>
41       <dd>Selects all regions in the session</dd>
42       <dt>Invert Selection in Track</dt>
43       <dd></dd>
44       <dt>Invert Selection</dt>
45       <dd></dd>
46       <dt>Set Range to Loop Range</dt>
47       <dd></dd>
48       <dt>Set Range to Punch Range</dt>
49       <dd></dd>
50       <dt>Select All After Edit Point</dt>
51       <dd></dd>
52       <dt>Select All Before Edit Point</dt>
53       <dd></dd>
54       <dt>Select All After Playhead</dt>
55       <dd></dd>
56       <dt>Select All Before Playhead</dt>
57       <dd></dd>
58       <dt>Select All Between Playhead and Edit Point</dt>
59       <dd></dd>
60       <dt>Select All Within Playhead and Edit Point</dt>
61       <dd></dd>
62       <dt>Select Range Between Playhead and Edit Point</dt>
63       <dd></dd>
64     </dl>
65   </dd>
66   <dt>Edit</dt>
67   <dd>
68     <dl class="narrower-table">
69       <dt>Cut</dt>
70       <dd></dd>
71       <dt>Copy</dt>
72       <dd></dd>
73       <dt>Paste</dt>
74       <dd></dd>
75       <dt>Align</dt>
76       <dd></dd>
77       <dt>Align Relative</dt>
78       <dd></dd>
79     </dl>
80   </dd>
81   <dt>Insert Selected Region</dt>
82   <dd></dd>
83   <dt>Insert Existing Media</dt>
84   <dd></dd>
85   <dt>Nudge</dt>
86   <dd>
87     <dl class="narrower-table">
88       <dt>Nudge Entire Track Later</dt>
89       <dd></dd>
90       <dt>Nudge Track After Edit Point Later</dt>
91       <dd></dd>
92       <dt>Nudge Entire Track Earlier</dt>
93       <dd></dd>
94       <dt>Nudge Track After Edit Point Earlier</dt>
95       <dd></dd>
96     </dl>
97   </dd>
98   <dt>Freeze</dt>
99   <dd></dd>
100 </dl>
101
102 <p>
103 <i>This text here to prevent following FIXME from corrupting the above table</i>
104 </p>
105 <p class="fixme">Add missing content</p>
106