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