]> Shamusworld >> Repos - ardour-manual/blob - _manual/09_working-with-playlists/02_playlist-operations.html
ac2f1b0157ca1fabb61585a10c8ff18f27189862
[ardour-manual] / _manual / 09_working-with-playlists / 02_playlist-operations.html
1 ---
2 layout: default
3 title: Playlist Operations
4 ---                        
5
6
7   
8   
9 <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>
10 <dl class="wide-table">
11 <dt> (Local Playlists)</dt>
12 <dd>    Shows all of the playlists associated with this track, and indicates the currently selected playlist</dd>
13 <dt>Rename</dt>
14 <dd>Displays a dialog to rename the current playlist</dd>
15 <dt>New</dt>
16 <dd>Creates a new empty playlist; and the track switches to the new playlist</dd>
17 <dt>New Copy</dt>
18 <dd>Creates a new playlist that is a copy of the current playlist; and the track switches to the new playlist</dd>
19 <dt>Clear Current</dt>
20 <dd>Removes all regions from the current playlist</dd>
21 <dt>Select From All</dt>
22 <dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
23 </dl>
24
25 <h3>Renaming Playlists</h3>
26 <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>
27 <p>If you are going to rename your playlists, do so before recording new material to them.</p>
28
29 <h3>Sharing Playlists</h3>
30 <p>It is entirely possible to share playlists between tracks. The only slightly unusual thing you may notice when sharing is that edits to the playlist made in one track will magically appear in the other. If you think about this for a moment, its an obvious consequence of sharing.  One application of this attribute is parallel processing, described below.</p>
31 <p>You might not want this kind of behaviour, even though you still want two tracks to use the same (or substantially the same) playlist. To accomplish this, select the chosen playlist in the second track, and then use New Copy to generate an independent copy of it for that track. You can then edit this playlist without affecting the original.</p>
32
33 <h3>Using Playlists for "Parallel Processing"</h3>
34 <p>One of the uses of Playlists is to apply multiple effects to the same audio stream. For example, let's say you would like to apply two different effects to the same audio source. have a track and you'd like to apply a second set of effects, at the same time to the original track.  In this case you could make a new track, select the original track's Playlist, and then apply different effects to the second track than the first (including panning, inserts, and bussing changes).  Now, if you edit either of the track's playlists, the changes will appear in both tracks.</p>
35
36 <h3>Using Playlists for "Takes"</h3>
37 <p>Using Playlists for takes is a good solution if you are going to need the ability to edit individual takes, and select between them, but you won't be "compositing" multiple takes together.  This might be the case if you were recording multiple languages of a given track, and you want to use the same "track" for each language so that they get the same processing.  Then you select each language before exporting the mix for each separate language.</p>
38 <p>You use the Clear Current operation each time you want to start a new take. This is a non-destructive operation that removes all existing regions from the current playlist. Although you won't lose any information doing this, its probably not appropriate unless the last take was so awful that you want to discard it (although without the finality of Remove Last Capture ). Finally, and probably most useful, you can use the New operation in the playlist button menu to create a new empty playlist, ready for the next take. Later, you can Select your way back to previous or later takes as desired, either in this or some other track.</p>
39 <p>If you want to record multiple takes and then "comp" between them, it is probably better to simply record each successive take on top of the others in "layers" and then edit them using the layer tools, explained later.</p>
40