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