]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/10_working-with-playlists/02_playlist-operations.html
tweak control playback text
[ardour-manual-diverged] / _manual / 10_working-with-playlists / 02_playlist-operations.html
1 ---
2 layout: default
3 title: Playlist Operations
4 ---                        
5
6 <p>
7   In the track header (editor window, left pane) is a button labelled <kbd
8   class="menu">p</kbd> (for "Playlist"). If you click on this button, Ardour 
9   displays the following menu:
10 </p>
11 <dl class="wide-table">
12   <dt>(Local Playlists)</dt>
13    <dd>Shows all of the playlists associated with this track, and indicates 
14    the currently selected playlist</dd>
15   <dt>Rename</dt>
16   <dd>Displays a dialog to rename the current playlist</dd>
17   <dt>New</dt>
18   <dd>Creates a new empty playlist, and the track switches to the new playlist</dd>
19   <dt>New Copy</dt>
20   <dd>Creates a new playlist that is a copy of the current playlist; the track switches to the new playlist</dd>
21   <dt>Clear Current</dt>
22   <dd>Removes all regions from the current playlist</dd>
23   <dt>Select From All</dt>
24   <dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
25 </dl>
26
27 <h2>Renaming Playlists</h2>
28 <p>
29   Playlists are created with the name of the track of which they are 
30   associated, plus a version number. So, the first playlist for a track 
31   called "Cowbell" will be called <samp>Cowbell.1</samp>. This name will 
32   be used to define the names of any regions added to the playlist by 
33   recording. You can change the name at any time, to anything you want. 
34   Ardour does not require that your playlist names are all unique, but it 
35   will make your life easier if they are. Suggested examples of user-assigned 
36   names for a playlist might include <kbd class="input">Lead Guitar, 2nd
37   take</kbd>, <kbd class="input">vocals (quiet)</kbd>, 
38   and <kbd class="input">downbeat cuica</kbd>. Notice how these might be 
39   different from the associated track names, which for these examples might 
40   be <kbd class="input">Lead Guitar</kbd>, 
41   <kbd class="input">Vocals</kbd> and <kbd class="input">Cuica</kbd>. The 
42   playlist name provides more information because it is about a specific 
43   version of the material that may (or may not) end up in the final version 
44   of the track.
45 </p>
46 <p>
47   If you are going to rename your playlists, do so before recording new
48   material to them.
49 </p>
50 <p class="fixme">
51   It appears that recorded regions are not named after the playlist, but
52   after the track.
53 </p>
54
55 <h2>Sharing Playlists</h2>
56 <p>
57   It is entirely possible to <dfn>share playlists</dfn> between tracks. The only 
58   slightly unusual thing you may notice when sharing is that edits to the 
59   playlist made in one track will magically appear in the other. If you 
60   think about this for a moment, its an obvious consequence of sharing.  
61   One application of this attribute is parallel processing, described 
62   below.
63 </p>
64 <p>
65   You might not want this kind of behaviour, even though you still want 
66   two tracks to use the same (or substantially the same) playlist. To 
67   accomplish this, select the chosen playlist in the second track, and 
68   then use New Copy to generate an <dfn>independent copy</dfn> of it for 
69   that track. You can then edit this playlist without affecting the original.
70 </p>
71