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