]> Shamusworld >> Repos - ardour-manual/blob - include/region-context-menu.html
converting abused <dl>s into <table>s
[ardour-manual] / include / region-context-menu.html
1
2 <p>
3   In the editor window, right clicking (context clicking) on a region
4   displays a menu with <dfn>track and region operations</dfn>. The menu begins with the
5   name of the region, or <kbd class="menu">Selected Regions</kbd> if multiple
6   regions are selected.
7 </p>
8 <p>
9   If there is more than one region layered at the point where you clicked, the
10   menu will also contain an item <kbd class="menu">Choose Top</kbd>. This
11   dialog lets you select which region you want on the top <dfn>layer</dfn>. See
12   <a href="@@layering-display">Adjusting Region Layering</a> for more details.
13 </p>
14 <p>
15   Below these items is the rest of the
16   <a href="@@track-context-menu">Track Context Menu</a>, which
17   provides access to <dfn>track-level operations</dfn>. To see the contents
18   of the region context menu, select the region name or "Selected Regions", and
19   the following submenu structure appears:
20 </p>
21 <table class="dl">
22   <tr><th>Play</th>
23   <td></td></tr>
24   <tr><th>Loop</th>
25   <td></td></tr>
26   <tr><th>Properties</th>
27   <td></td></tr>
28   <tr><th>Rename</th>
29   <td></td></tr>
30   <tr><th>Edit</th>
31   <td>
32     <table class="dl">
33       <tr><th>Combine</th>
34       <td></td></tr>
35       <tr><th>Uncombine</th>
36       <td></td></tr>
37       <tr><th>Split</th>
38       <td></td></tr>
39       <tr><th>Make Mono Regions</th>
40       <td></td></tr>
41       <tr><th>Opaque</th>
42       <td></td></tr>
43       <tr><th>Mute</th>
44       <td></td></tr>
45       <tr><th>Pitch Shift</th>
46       <td></td></tr>
47       <tr><th>Reverse</th>
48       <td></td></tr>
49       <tr><th>Close Gaps</th>
50       <td></td></tr>
51       <tr><th>Place Transients</th>
52       <td></td></tr>
53       <tr><th>Rhythm Ferret</th>
54       <td></td></tr>
55       <tr><th>Strip Silence</th>
56       <td></td></tr>
57     </table>
58   </td></tr>
59   <tr><th>Position</th>
60   <td>
61     <table class="dl">
62       <tr><th>Move To Original Position</th>
63       <td></td></tr>
64       <tr><th>Lock</th>
65       <td></td></tr>
66       <tr><th>Glue to Bars and Beats</th>
67       <td></td></tr>
68       <tr><th>Snap Position to Grid</th>
69       <td></td></tr>
70       <tr><th>Set Sync Position</th>
71       <td></td></tr>
72       <tr><th>Remove Sync</th>
73       <td></td></tr>
74 <tr><th>Nudge Later</th>
75 <td></td></tr>
76 <tr><th>Nudge Earlier</th>
77 <td></td></tr>
78 <tr><th>Nudge Later by capture offset</th>
79 <td></td></tr>
80 <tr><th>Nudge Earlier by capture offset</th>
81 <td></td></tr>
82 </table>
83 </td></tr>
84 <tr><th>Trim</th>
85 <td>
86 <table class="dl">
87 <tr><th>Trim Start at Edit Point</th>
88 <td></td></tr>
89 <tr><th>Trim End at Edit Point</th>
90 <td></td></tr>
91 <tr><th>Trim to Loop</th>
92 <td></td></tr>
93 <tr><th>Trim to Punch</th>
94 <td></td></tr>
95 <tr><th>Trim to Previous</th>
96 <td></td></tr>
97 <tr><th>Trim to Next</th>
98 <td></td></tr>
99 </table>
100 </td></tr>
101 <tr><th>Layering</th>
102 <td>
103 <table class="dl">
104 <tr><th>Raise to Top</th>
105 <td></td></tr>
106 <tr><th>Raise</th>
107 <td></td></tr>
108 <tr><th>Lower</th>
109 <td></td></tr>
110 <tr><th>Lower to Bottom</th>
111 <td></td></tr>
112 </table>
113 </td></tr>
114 <tr><th>Ranges</th>
115 <td>
116 <table class="dl">
117 <tr><th>Set Loop Range</th>
118 <td></td></tr>
119 <tr><th>Set Punch Range</th>
120 <td></td></tr>
121 <tr><th>Add Single Range Marker</th>
122 <td></td></tr>
123 <tr><th>Add Range Marker per Region</th>
124 <td></td></tr>
125 <tr><th>Set Range Selection</th>
126 <td></td></tr>
127 </table>
128 </td></tr>
129 <tr><th>Gain</th>
130 <td>
131 <table class="dl">
132 <tr><th>Normalize</th>
133 <td></td></tr>
134 <tr><th>Boost</th>
135 <td></td></tr>
136 <tr><th>Cut</th>
137 <td></td></tr>
138 <tr><th>Reset Envelope</th>
139 <td></td></tr>
140 <tr><th>Envelope Active</th>
141 <td></td></tr>
142 </table>
143 </td></tr>
144 <tr><th>Fades</th>
145 <td>
146 <table class="dl">
147 <tr><th>Fade In</th>
148 <td></td></tr>
149 <tr><th>Fade Out</th>
150 <td></td></tr>
151 <tr><th>Fades        </th>
152 <td></td></tr>
153 </table>
154 </td></tr>
155 <tr><th>Duplicate</th>
156 <td>
157 <table class="dl">
158 <tr><th>Duplicate</th>
159 <td></td></tr>
160 <tr><th>Multi-Duplicate</th>
161 <td></td></tr>
162 <tr><th>Fill Track</th>
163 <td></td></tr>
164 </table>
165 </td></tr>
166 <tr><th>Export</th>
167 <td></td></tr>
168 <tr><th>Bounce (without processing)</th>
169 <td></td></tr>
170 <tr><th>Bounce (with processing)</th>
171 <td></td></tr>
172 <tr><th>Spectral Analysis</th>
173 <td></td></tr>
174 <tr><th>Remove</th>
175 <td></td></tr>
176 </table>
177