]> Shamusworld >> Repos - ardour-manual/blobdiff - include/the-region-menu.html
Update to the Main Menu section to reflect V7.0/v7.1 changes
[ardour-manual] / include / the-region-menu.html
index 1ca90f06ae9ed6f04e4774e2f613d690b3b5c5b7..4612c7693a9c48b508290c32ab65b26e721fd3cf 100644 (file)
@@ -4,7 +4,7 @@
 </p>
 
 <table class="dl">
-       <tr><th>Insert Region from Region List</th><td>If a region is selected in the Editor List, add it at the Edit point</td></tr>
+       <tr><th>Insert Region from Source List</th><td>If a region is selected in the Editor List, add it at the Edit point</td></tr>
        <tr><th>Play Selected Regions</th><td>Starts playback at the beginning of the selected region(s), and stops at its(their) end</td></tr>
        <tr><th>Tag Selected Regions</th><td>Prompts for a text to tag all the selected regions, this tag is visible in the <a href="@@the-region-list">Region list</a></td></tr>
        <tr><th>Loop</th><td>Creates a loop range on the selected region's boundaries, and starts the looped playback</td></tr>
@@ -35,7 +35,9 @@
                <tr><th class="sub1">Legatize</th><td>Shortens or elongates the MIDI notes to make them perfectly sequential, i.e. the end of a note is the start of the following one</td></tr>
                <tr><th class="sub1">Remove Overlap</th><td>Shortens or elongates the MIDI notes to make them perfectly sequential, i.e. the end of a note is the start of the following one</td></tr>
                <tr><th class="sub1">Transform&hellip;</th><td><a href="@@transforming-midi---mathematical-operations"><kbd class="menu">Transform</kbd> window</a>, that allows for mathematical operations on the midi notes</td></tr>
-               <tr><th class="sub1">Unlink from Other copies</th><td>Makes the selected MIDI region independent, e.g. editing this region won't affect any other one.</td></tr>
+               <tr><th class="sub1">Unlink all selected regions</th><td>Makes the selected MIDI regions independent, e.g. editing this region won't affect any other one.</td></tr>
+               <tr><th class="sub1">Unlink from unselected</th><td>Makes the selected MIDI regions independent from regions outside the selection, but keep the link between the selected ones.</td></tr>
+               <tr><th class="sub1">Deinterlace Into Layers</th><td>Splits the selected region(s) to create in-place copies each containing only one channel. A region containing e.g. 3 channels will generate 3 stacked regions containing 1 channel each.</td></tr>
                <tr><th class="sub1">List Editor&hellip;</th><td>Shows the <a href="@@midi-list-editor"><kbd class="menu">List Editor</kbd></a> which sequentially lists all the MIDI events in the region, and allows for precise modifications</td></tr>
        <tr><th colspan="2">Gain</th></tr>
                <tr><th class="sub1">&square; Opaque</th><td>When checked, makes the region opaque audio-wise, i.e., the underlying regions won't be audible</td></tr>
                <tr><th class="sub1">Nudge Later by Capture Offset</th><td>Moves the region to the right by the capture latency computed by Ardour based on the user's settings regarding latency</td></tr>
                <tr><th class="sub1">Nudge Earlier by Capture Offset</th><td>Same as above, to the left</td></tr>
                <tr><th class="sub1">Sequence Regions</th><td>Puts the selected regions one after the other, so that the end of one region is the beginning of the next one, removing any overlap or silence. The reference point is the earliest region.</td></tr>
+       <tr><th colspan="2">Markers</th></tr>
+               <tr><th class="sub1">Add Region Cue Marker</th><td>Opens a dialog to enter a region-level marker at the mouse pointer position</td></tr>
+               <tr><th class="sub1">Clear Region Cue Markers</th><td>Removes all markers from the selected regions</td></tr>
+               <tr><th class="sub1">Convert Region Cue Markers to CD Markers</th><td>Converts all markers from selected regions to CD markers, bit doesn't delete original region-level markers</td></tr>
+               <tr><th class="sub1">Convert Region Cue Markers to Location Markers</th><td>Converts all markers from selected regions to location markers, bit doesn't delete original region-level markers</td></tr>
        <tr><th colspan="2">Trim</th></tr>
                <tr><th class="sub1">Trim Start at Edit Point</th><td>If the Edit Point is within the region boundaries, shortens the region to align its start with the Edit Point</td></tr>
                <tr><th class="sub1">Trim End at Edit Point</th><td>Same as above, for the end of the region</td></tr>