diff --git a/include/the-edit-menu.html b/include/the-edit-menu.html
index eb2983cf..930683f1 100644
--- a/include/the-edit-menu.html
+++ b/include/the-edit-menu.html
@@ -14,7 +14,7 @@
Paste | Pastes the memory at the edit point, after a Cut or Copy operation |
Select |
-
---|
Select All Objects | Selects all the regions and automation pints in the session |
+ Select All Objects | Selects all the regions and automation points in the session |
Select All Tracks | Selects all the tracks, busses and control masters in the session |
Deselect All | Deselects all objects or tracks, nothing is selected |
Invert Selection | Select the previously unselected regions, and deselect the previously selected ones |
@@ -102,4 +102,3 @@
Preferences | Displays the Preferences panels, allowing to change Ardour's behaviour |
-
diff --git a/include/track-context-menu.html b/include/track-context-menu.html
index e36242f8..4dbd1417 100644
--- a/include/track-context-menu.html
+++ b/include/track-context-menu.html
@@ -1,76 +1,58 @@
- Within the editor window, context-click (right-click) on either a region
- or empty space within a track to display the track context menu.
+ Within the editor window, context-clicking (right click) on either a region
+ or empty space within a track displays the track context menu.
The context menu provides easy access to many track-level operations.
- If you click on a region, the first item in the menu is the name of the
- region. If you click on a
- layered region,
+ If a region is clicked, the first item in the menu is the name of the
+ region. If a layered region is clicked,
the next item in the menu is . If selected,
- you will see a dialog that allows you to change the vertical order of layers
+ a dialog appears that allows you to change the vertical order of layers
at that point. See Layering Display for more details.
The rest of the track context menu is structured as follows:
- Play |
-
-
- Play from Edit Point |
- Play from the location of the current edit point. |
- Play from Start |
- Play from the start of the session |
- Play Region(s) |
- Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region |
-
- |
- Select |
-
-
- Select All in Track |
-
---|
Select All |
-
---|
Invert Selection in Track |
-
---|
Invert Selection |
-
---|
Set Range to Loop Range |
-
---|
Set Range to Punch Range |
-
---|
Select All After Edit Point |
-
---|
Select All Before Edit Point |
-
---|
Select All After Playhead |
-
---|
Select All Before Playhead |
-
---|
Select All Between Playhead and Edit Point |
-
---|
Select All Within Playhead and Edit Point |
-
---|
Select Range Between Playhead and Edit Point |
-
---|
- |
- Edit |
-
-
-Cut |
-
---|
Copy |
-
---|
Paste |
-
---|
Align |
-
---|
Align Relative |
-
---|
- |
-Insert Selected Region |
-
---|
Insert Existing Media |
-
---|
Nudge |
-
-
-Nudge Entire Track Later |
-
---|
Nudge Track After Edit Point Later |
-
---|
Nudge Entire Track Earlier |
-
---|
Nudge Track After Edit Point Earlier |
-
---|
- |
-Freeze |
-
---|
-
-
+ Play | |
+ Play from Edit Point | Plays from the location of the current Edit Point. |
+ Play from Start | Plays from the start of the session |
+ Play Region | Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region |
+ Select | |
+ Select All in Track | Selects all the regions and automation points in the current track |
+ Select All Objects | Selects all the regions and automation points in the session |
+ Invert Selection in Track | Select the previously unselected regions, and deselect the previously selected ones only in the current track |
+ Invert Selection | Select the previously unselected regions, and deselect the previously selected ones |
+ Set Range to Loop Range | Creates a range selection on the selected tracks, based on the selected loop markers, and switches to Range Mode tool |
+ Set Range to Punch Range | Same as above, based on the selected punch markers |
+ Set Range to Selected Regions | Same as above, based on the selected regions (i.e. from the start of the earliest region to the end of the latest one) |
+ Select All After Edit Point | Select all the regions and automation points that exist after the Edit Point, even if the region starts before it. If some tracks are selected, only selects on these tracks. |
+ Select All Before Edit Point | Same as above, but before the Edit point (i.e. to the left of it) |
+ Select All After Playhead | Same as above, but considering the Playhead, regardless of the Edit Point choice |
+ Select All Before Playhead | Same as above, with the Playhead |
+ Select All Between Playhead and Edit Point | Selects all the regions between the Playhead and the Edit Point |
+ Select All Within Playhead and Edit Point | Same as above, but the regions must be totally included between the Playhead and Edit Point |
+ Select Range Between Playhead and Edit Point | Creates a Range between the Playhead and the Edit Point |
-Add content
+ Edit | |
+ Cut | Deletes the current selection, but puts it in memory ready to be pasted |
+ Copy | Copies the current selection to memory |
+ Paste | Pastes the memory at the Edit Point, after a Cut or Copy operation |
+ Align | Aligns the sync point of all selected regions to the Edit Point |
+ Align Relative | Same as above, but considers multiple regions as a block and aligns the whole block, not each regions |
+
+ Insert Selected Region | If a region is selected in the Region List, inserts it in the track |
+
+ Insert Existing Media | Inserts an external media file in the track, same as the menu |
+
+ Nudge | |
+ Nudge Entire Track Later | Moves all the region to the right by the amount shown in the nudge timer |
+ Nudge Track After Edit Point Later | Same as above, but only for regions that begin after the Edit Point |
+ Nudge Entire Track Earlier | Same as above, to the left |
+ Nudge Track After Edit Point Earlier | Same as above, to the left |
+
+ (un)Freeze | Consolidates all the regions in the track into one frozen region which can be handled as a normal, single region. This operation can be undone at any time with the same sub-menu. |
+