]> Shamusworld >> Repos - ardour-manual/blob - include/track-context-menu.html
e36242f83d091c13bdad87bc3f19b22def2fe15a
[ardour-manual] / 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="@@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="@@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 <table class="dl">
19   <tr><th>Play</th>
20   <td>
21     <table class="dl">
22     <tr><th>Play from Edit Point</th>
23     <td>Play from the location of the current <a href="@@edit-point-control">edit point</a>.</td></tr>
24       <tr><th>Play from Start </th>
25       <td>Play from the start of the session</td></tr>
26       <tr><th>Play Region(s)</th>
27       <td>Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region</td></tr>
28     </table>
29   </td></tr>
30   <tr><th>Select</th>
31   <td>
32     <table class="dl">
33       <tr><th>Select All in Track</th>
34       <tr><th>Select All</th>
35       <tr><th>Invert Selection in Track</th>
36       <tr><th>Invert Selection</th>
37       <tr><th>Set Range to Loop Range</th>
38       <tr><th>Set Range to Punch Range</th>
39       <tr><th>Select All After Edit Point</th>
40       <tr><th>Select All Before Edit Point</th>
41       <tr><th>Select All After Playhead</th>
42       <tr><th>Select All Before Playhead</th>
43       <tr><th>Select All Between Playhead and Edit Point</th>
44       <tr><th>Select All Within Playhead and Edit Point</th>
45       <tr><th>Select Range Between Playhead and Edit Point</th>
46     </table>
47   </td></tr>
48   <tr><th>Edit</th>
49   <td>
50     <table class="dl">
51 <tr><th>Cut</th>
52 <tr><th>Copy</th>
53 <tr><th>Paste</th>
54 <tr><th>Align</th>
55 <tr><th>Align Relative</th>
56 </table>
57 </td></tr>
58 <tr><th>Insert Selected Region</th>
59 <tr><th>Insert Existing Media</th>
60 <tr><th>Nudge</th>
61 <td>
62 <table class="dl">
63 <tr><th>Nudge Entire Track Later</th>
64 <tr><th>Nudge Track After Edit Point Later</th>
65 <tr><th>Nudge Entire Track Earlier</th>
66 <tr><th>Nudge Track After Edit Point Earlier</th>
67 </table>
68 </td></tr>
69 <tr><th>Freeze</th>
70 </table>
71
72 <!-- FIXME: Adding a <p>aragraph with fixme, note, or warning classes after a <table class="dl"> causes the styling of the class to hijack the styling of the definition list, hence, the following ugliness: -->
73 <p>&nbsp;</p>
74
75 <p class=fixme>Add content</p>
76