X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Funderstanding-playlists.html;h=4bec177d27b2b81a5af06082c1b8f2ac7206f607;hb=9d52056402cba1b2abc8d26e1c1fa33e8ebb4a7d;hp=f33185d7dc093c2220f58210ac2231f2f22cf2ce;hpb=7a4c28bd8605e90876ebee619de364ab7001e405;p=ardour-manual diff --git a/include/understanding-playlists.html b/include/understanding-playlists.html index f33185d..4bec177 100644 --- a/include/understanding-playlists.html +++ b/include/understanding-playlists.html @@ -1,7 +1,7 @@

A playlist is a list of regions ordered in time. It defines - which parts of which source files should be played and when. Playlists + which parts of which source files should be played and when. Playlists are a fairly advanced topic, and can be safely ignored for many types of audio production. However, the use of playlists allows the audio engineer more flexibility for tasks like multiple takes of a single @@ -15,8 +15,10 @@ some way. Since a playlist is a list of regions, most of the modifications involve manipulating regions: their position, length and so forth. This is covered in the chapter - Working With Regions.
- Here, we cover some of the things you can do with playlists as objects + Working With Regions. +

+

+ This page covers some of the things that can be done with playlists as objects in their own right.

@@ -29,28 +31,26 @@ playlist associated with it. When the track is used to record, that playlist will have one or more new regions added to it. When the track is used for playback, the contents of the playlist will be heard. - You can change the playlist associated with a track at (almost) any - time, and even share playlists between tracks. + The playlist associated with a track can be changed at (almost) any + time, and tracks can even share playlists.

- If you have some experience of other - DAWs, then you might - have come across the term "virtual track", normally defined as a track - that isn't actually playing or doing anything, but can be - mapped/assigned to a real track. This concept is functionally - identical to Ardour's playlists. We just like to be little more + Some other DAWs use the term + "virtual track" to define a track that isn't actually playing or + doing anything, but can be mapped/assigned to a real track. This concept is + functionally identical to Ardour's playlists. We just like to be little more clear about what is actually happening rather than mixing old and - new terminology ("virtual" and "track"), which might be confusing.

+ new terminology ("virtual" and "track"), which might be confusing. +

Playlists are Cheap

- One thing you should be clear about is that playlists are cheap. They - don't cost anything in terms of CPU consumption, and they have very - minimal efforts on memory use. Don't be afraid of generating new - playlists whenever you want to. They are not equivalent to tracks, + One thing to bear in mind is that playlists are cheap. They + do not cost anything in terms of CPU consumption, and they have very + minimal efforts on memory use. So generating new playlists whenever needed + is recommended. They are not equivalent to tracks, which require extra CPU time and significant memory space, or audio files, which use disk space, or plugins that require extra CPU time. If a playlist is not in use, it occupies a small amount of memory, and nothing more.

-