]> Shamusworld >> Repos - ardour-manual/blob - include/playlist-usecases.html
Move content from _manual/ to include/.
[ardour-manual] / include / playlist-usecases.html
1
2 <h3>Using Playlists for Parallel Processing</h3>
3 <p>
4   One of the uses of playlists is to apply multiple effects to the same 
5   audio stream. For example, let's say you would like to apply two 
6   different non-linear effects such as distortion or compression to the 
7   same audio source (for linear effects, you could just apply them one after
8   the other in the same track).<br />
9   Create a new track, apply the original track's playlist, and 
10   then apply effects to both tracks independently. 
11 </p>
12 <p class="note"> 
13   The same result could be achieved by feeding your track to multiple busses which
14   then contain the processing, but this increases the overall latency,
15   complicates routing and uses more space in the Mixer window.
16 </p>
17
18 <h2>Using Playlists for "Takes"</h2>
19 <p>
20   Using Playlists for <dfn>takes</dfn> is a good solution if you are going 
21   to need the ability to edit individual takes, and select between them. 
22 </p>
23 <p>
24   Each time you start a new take, create a new playlist with 
25   <kbd class="menu">p &gt; New</kbd> 
26   Later, you can Select your way back to previous or later takes as 
27   desired.
28 </p>
29 <p>
30   If you want to create a composite edit from multiple takes, create a new
31   track to assemble the final version, and "cherry pick" from the playlists
32   in the original track by copying regions over as required.<br />
33   Alternatively, record each successive take on top of the 
34   others in "layers" and then edit them using the layer tools, explained 
35   later.
36 </p>
37   
38 <h2>Using Playlists for Multi-Language Productions</h2>
39 <p>  
40   The same approach as for takes is useful when you are recording or 
41   editing content in multiple versions, such as dubbed movie dialog in
42   several languages, and you want all versions on the same track, to 
43   get the same processing. <br />
44   Select the appropriate language before exporting the session.
45 </p>
46
47