X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fplaylist-usecases.html;h=ca0b474baf4658f91ef9f8de06b77a70fecbaaa3;hb=9d52056402cba1b2abc8d26e1c1fa33e8ebb4a7d;hp=758c07eda7d0ac9cb2f4bcf925e94eb34ea3833d;hpb=dfec6899ef2a121ccf2ff1d47008e7ac4844cf70;p=ardour-manual diff --git a/include/playlist-usecases.html b/include/playlist-usecases.html index 758c07e..ca0b474 100644 --- a/include/playlist-usecases.html +++ b/include/playlist-usecases.html @@ -1,46 +1,43 @@

Using Playlists for Parallel Processing

- 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 non-linear effects such as distortion or compression to the - same audio source (for linear effects, you could just apply them one after - the other in the same track).
- Create a new track, apply the original track's playlist, and - then apply effects to both tracks independently. + One of the uses of playlists is to apply multiple effects to the same audio + stream. For example, applying two different non-linear effects such as + distortion or compression to the same audio source (linear effects can be just + applied one after the other in the same track) can be done by creating a new + track, applying the original track's playlist, and then applying effects to + both tracks independently.

-

- The same result could be achieved by feeding your track to multiple busses which - then contain the processing, but this increases the overall latency, +

+ The same result could be achieved by feeding the track to multiple busses + which then contain the processing, but this increases the overall latency, complicates routing and uses more space in the Mixer window.

Using Playlists for "Takes"

- Using Playlists for takes is a good solution if you are going - to need the ability to edit individual takes, and select between them. + Using Playlists for takes is a good solution when one needs the + ability to edit individual takes, and select between them.

- Each time you start a new take, create a new playlist with - p > New - Later, you can Select your way back to previous or later takes as - desired. + Each time a new take is started, a new playlist should be created with p > New. Thus, later, any previous or later takes can be + selected as desired.

- If you want to create a composite edit from multiple takes, create a new - track to assemble the final version, and "cherry pick" from the playlists - in the original track by copying regions over as required.
- Alternatively, record each successive take on top of the - others in "layers" and then edit them using the layer tools, explained - later. + Creating a composite edit from multiple takes, can be achieved either:

- + +

Using Playlists for Multi-Language Productions

-

- The same approach as for takes is useful when you are recording or - editing content in multiple versions, such as dubbed movie dialog in - several languages, and you want all versions on the same track, to - get the same processing.
- Select the appropriate language before exporting the session. +

+ The same approach as for takes is useful when recording or editing content in + multiple versions, such as dubbed movie dialog in several languages: having + all versions on the same track allows to apply the same processing, making it + easy to switch language before exporting the session.

-