]> Shamusworld >> Repos - ardour-manual/blobdiff - include/track-context-menu.html
Ruler/Markers rewrite, part 5 of N
[ardour-manual] / include / track-context-menu.html
index 4dbd141718186f4183dac719526e562b965ed60c..03e51159cdc72e8d8cb2aef6a82937980cd148d5 100644 (file)
@@ -1,15 +1,16 @@
 
 <p>
-  Within the editor window, context-clicking (<kbd class="mouse">right</kbd> click) on either a region
-  or empty space within a track displays the <dfn>track context menu</dfn>.
-  The context menu provides easy access to many track-level operations.
+  Within the editor window, context-clicking (<kbd class="mouse">right</kbd>
+click) on either a region or empty space within a track displays the <dfn>track
+context menu</dfn>. The context menu provides easy access to many track-level
+operations.
 </p>
 <p>
-  If a <dfn>region</dfn> is clicked, the first item in the menu is the name of the
-  region. If a <a href="@@layering-display">layered region</a> is clicked,
+  If a <dfn>region</dfn> is clicked, the first item in the menu is the name of
+  the region. If a <a href="@@layering-display">layered region</a> is clicked,
   the next item in the menu is <kbd class="menu">Choose Top</kbd>. If selected,
-  a dialog appears that allows you to change the vertical order of layers
-  at that point. See <a href="@@layering-display">Layering Display</a> for more details.
+  a dialog appears that allows to change the vertical order of layers at that
+  point. See <a href="@@layering-display">Layering Display</a> for more details.
 </p>
 <p>
   The rest of the track context menu is structured as follows:
@@ -20,6 +21,7 @@
     <tr><th class="sub1">Play from Edit Point</th><td>Plays from the location of the current <a href="@@edit-point-control">Edit Point</a>.</td></tr>
     <tr><th class="sub1">Play from Start</th><td>Plays from the start of the session</td></tr>
     <tr><th class="sub1">Play Region</th><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>
+    <tr><th class="sub1">Loop Region</th><td>Creates the loop range from the start/end positions of selected regions and plays the loop untill stopped</td></tr>
   <tr><th>Select</th><td></td></tr>
     <tr><th class="sub1">Select All in Track</th><td>Selects all the regions and automation points in the current track</td></tr>
     <tr><th class="sub1">Select All Objects</th><td>Selects all the regions and automation points in the session</td></tr>
@@ -56,3 +58,4 @@
 
   <tr><th>(un)Freeze</th><td>Consolidates all the regions in the track into one <em>frozen</em> region which can be handled as a normal, single region. This operation can be undone at any time with the same sub-menu.</td></tr>
 </table>
+