]> Shamusworld >> Repos - ardour-manual/blob - include/playlist-operations.html
Correcting the page about playlist
[ardour-manual] / include / playlist-operations.html
1
2 <p>
3   In the <a href="@@audio-track-controls">track header</a> (editor window, left pane) is a button labelled <kbd
4   class="menu">p</kbd> (for "Playlist"). A click on this button displays the
5   following menu:
6 </p>
7
8 <table class="dl">
9   <tr><th>(Local Playlists)</th>
10    <td>Shows all of the playlists associated with this track, and indicates
11    the currently selected playlist</td></tr>
12   <tr><th>Rename&hellip;</th>
13   <td>Displays a dialog to rename the current playlist</td></tr>
14   <tr><th>New&hellip;</th>
15   <td>Creates a new empty playlist, and the track switches to the new playlist</td></tr>
16   <tr><th>New Copy&hellip;</th>
17   <td>Creates a new playlist that is a copy of the current playlist; the track switches to the new playlist</td></tr>
18   <tr><th>Clear Current</th>
19   <td>Removes all regions from the current playlist</td></tr>
20   <tr><th>Select From All&hellip;</th>
21   <td>Displays a playlist browser to manually choose which playlist this track should use. (from this track or another one)</td></tr>
22 </table>
23
24 <h2>Renaming Playlists</h2>
25 <p>
26   Playlists are created by default with the name of the active playlist, plus a
27   version number, and the first playlist is named after the track with which it is
28   associated. So, the first playlist for a track called "Cowbell" will be called
29   "Cowbell.1", the next one "Cowbell.2", etc.  This name can be changed at any
30   time, to anything: Ardour does not require  playlist names to be unique,
31   although it will make the user's life easier if  they are.  Suggested examples
32   of user-assigned names for a playlist might include <kbd class="input"> Lead
33   Guitar, 2nd take</kbd>, <kbd class="input">vocals (quiet)</kbd>, and <kbd
34   class="input">downbeat cuica</kbd>. Notice how these might be different from the
35   associated track names, which for these examples might be <kbd
36   class="input">Lead Guitar</kbd>, <kbd class="input">Vocals</kbd> and  <kbd
37   class="input">Cuica</kbd>. The playlist name provides more information because
38   it is about a specific version of the material that may (or may not) end up in
39   the final version of the track.
40 </p>
41
42 <p class="note">Using the fact that playlist names are based on the active one with
43   an incremented version number, one can rename a playlist "Cowbell take.1" so that
44   the next playlist crated is automatically named "Cowbell take.2" etc. This allows
45   for a quick way to label different takes.
46 </p>
47
48 <h2>Sharing Playlists</h2>
49 <p>
50   It is entirely possible to <dfn>share playlists</dfn> between tracks. The only
51   slightly unusual thing that should be noted when sharing is that edits to the
52   playlist made in one track will magically appear in the other. It is an
53   obvious consequence of sharing. One application of this attribute is parallel
54   processing, described in <a href="@@playlist-usecases">Playlist Usecases</a>.
55 </p>
56 <p>
57   To avoid this kind of behaviour, and nevertheless use the same (or substantially
58   the same) playlist on two tracks, the desired playlist must be chosen in the
59   second track, and then the <kbd class="menu">New Copy&hellip;</kbd> button clicked.
60   This generates an <dfn>independent copy</dfn> of it for that track, which can
61   then be edited without affecting the original.
62 </p>