]> Shamusworld >> Repos - ardour-manual/blob - include/playlist-usecases.html
Fix a few typos
[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 audio
5   stream. For example, applying two different non-linear effects such as
6   distortion or compression to the same audio source (linear effects can be just
7   applied one after the other in the same track) can be done by creating a new
8   track, applying the original track's playlist, and then applying effects to
9   both tracks independently.
10 </p>
11 <p class="note">
12   The same result could be achieved by feeding the track to multiple busses
13   which then contain the processing, but this increases the overall latency,
14   complicates routing and uses more space in the Mixer window.
15 </p>
16
17 <h2>Using Playlists for "Takes"</h2>
18 <p>
19   Using Playlists for <dfn>takes</dfn> is a good solution when one needs the
20   ability to edit individual takes, and select between them.
21 </p>
22 <p>
23   Each time a new take is started, a new playlist should be created with <kbd
24   class="menu">p &gt; New</kbd>. Thus, later, any previous or later takes can be
25   selected as desired.
26 </p>
27 <p>
28   Creating a composite edit from multiple takes, can be achieved either:
29 </p>
30 <ul>
31   <li>by creating a new track to assemble the final version, and "cherry picking" from
32    the playlists in the original track by copying regions over as required</li>
33   <li>by recording each successive take on top of the others in "layers" and then
34   editing them using the layer tools.</li>
35 </ul>
36
37 <h2>Using Playlists for Multi-Language Productions</h2>
38 <p>
39   The same approach as for takes is useful when recording or editing content in
40   multiple versions, such as dubbed movie dialog in several languages: having
41   all versions on the same track allows to apply the same processing, making it
42   easy to switch language before exporting the session.
43 </p>