]> Shamusworld >> Repos - ardour-manual/commitdiff
Updated the Track main menu
authorEd Ward <edwsaintesprit@hotmail.com>
Mon, 5 Apr 2021 13:12:59 +0000 (15:12 +0200)
committerLen Ovens <len@ovenwerks.net>
Sat, 17 Apr 2021 15:43:05 +0000 (08:43 -0700)
include/the-track-menu.html

index a7ac4cc005410d9fd253a47b2ae23a331f8d1833..6e74d6a96ea52dc2d8d4aa6de91f95223ad2fd11 100644 (file)
        <tr><th>Remove Time</th><td>Same as <a href="@@insert-remove-time">above</a>, but to remove time</td></tr>
        <tr><th>Move Selected Tracks Up</th><td>Changes the position of the selected tracks one track up towards the top. In the mixer, the tracks will be moved to the left.</td></tr>
        <tr><th>Move Selected Tracks Down</th><td>Same as above, towards the bottom</td></tr>
-       <tr><th>Height</th>
+       <tr><th colspan="2">Height</th></tr>
                <tr><th class="sub1">Fit Selection (Vertical)</th><td>Will fit the selected track(s) in the window. If too many tracks are selected, they'll be reduced to their minimum height.</td></tr>
                <tr><th class="sub1">Largest</th><td>Sets the selected tracks height to a very high value, hence making the tracks wide on screen</td></tr>
                <tr><th class="sub1">Larger</th><td>Same as above, but a little less high</td></tr>
                <tr><th class="sub1">Large</th><td>Same as above, but again less high</td></tr>
                <tr><th class="sub1">Normal</th><td>Sets the height of the track to its default value which is a trade-off between readability and number of tracks displayed</td></tr>
                <tr><th class="sub1">Small</th><td>Reduces the size of the tracks to a low value, increasing the number of on screen tracks</td></tr>
-
+       
+       <tr><th>Toggle Layer Display</th><td>Toggles the selected track(s) visual <a href="@@layering-display">layering display</a> between <em>overlaid</em> and <em>stacked</em></td></tr>
+       
        <tr><th>Toggle Active</th><td>Toggles the active state of a track. An inactive track will be grayed and won't play any sound. That can be seen in the <kbd class="menu">A</kbd> column of the <a href="@@the-tracks-and-busses-list">Tracks and Busses List</a></td></tr>
        <tr><th>Remove</th><td>Deletes this track and its playlist (no file is harmed in the process, and the regions from the playlist stay in the Editor for later use)</td></tr>
 </table>