]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/09_working-with-playlists/01_playlist-operations.html
drop initial 'the' from pages and menu items
[ardour-manual] / _manual / 09_working-with-playlists / 01_playlist-operations.html
index 75297e4457f5742713dfa48d7e0c63cbdb0a3c32..29431ebc11a78de0e073f3822b5f51cc72486ace 100644 (file)
@@ -6,20 +6,20 @@ title: Playlist Operations
 
   
   
-<p>All operations on playlists start by clicking on the playlist button (labelled p) in a track header in the editor window. Clicking the button will popup a menu with the following choices:</p>
+<p>In the track header (editor window, left pane) is a button labelled "p" (for "Playlist"). If you click on this button, Ardour displays the following menu:</p>
 <dl class="wide-table">
 <dt> (Local Playlists)</dt>
 <dd>   Shows all of the playlists associated with this track, and indicates the currently selected playlist</dd>
 <dt>Rename</dt>
-<dd>Pops up a dialog that allows the current playlist to be renamed</dd>
+<dd>Displays a dialog to rename the current playlist</dd>
 <dt>New</dt>
-<dd>Creates a new empty playlist, and switches this track to use it</dd>
+<dd>Creates a new empty playlist; and the track switches to the new playlist</dd>
 <dt>New Copy</dt>
-<dd>Creates a new playlist that is a copy of the current playlist, and switches this track to use it</dd>
+<dd>Creates a new playlist that is a copy of the current playlist; and the track switches to the new playlist</dd>
 <dt>Clear Current</dt>
 <dd>Removes all regions from the current playlist</dd>
-<dt>Select from All</dt>
-<dd>pops up a playlist browser to manually choose which playlist this track should use ( you can even select playlists from other tracks here)</dd>
+<dt>Select From All</dt>
+<dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
 </dl>
 <h3>Renaming Playlists</h3>
 <p>Playlists are created with the name of the track of which they are associated, plus a version number. So, the first playlist for a track called "Cowbell" will be called "Cowbell.1". This name will be used to define the names of any regions added to the playlist by recording. You can change the name at any time, to anything you want. Ardour does not require that your playlist names are all unique, but it will make your life easier if they are. Suggested examples of user-assigned names for a playlist might include "Lead Guitar, 2nd take", "vocals (quiet)", and "downbeat cuica". Notice how these might be different from the associated track names, which for these examples might be "Lead Guitar", "Vocals" and "Cuica". The playlist name provides more information because it is about a specific version of the material that may (or may not) end up in the final version of the track.</p>