]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
copy-editing chapter 9.
authorJörn Nettingsmeier <nettings@stackingdwarves.net>
Wed, 5 Feb 2014 11:05:41 +0000 (12:05 +0100)
committerJörn Nettingsmeier <nettings@stackingdwarves.net>
Wed, 5 Feb 2014 11:05:41 +0000 (12:05 +0100)
_manual/09_working-with-playlists.html
_manual/09_working-with-playlists/01_understanding-playlists.html
_manual/09_working-with-playlists/02_playlist-operations.html
source/css/app.css

index 72721fd9eca5f7f8f31b9fd41280191eecf81bb8..bbc9ccfc8cc30883a01837df002c70f6cf7ec04b 100644 (file)
@@ -2,10 +2,10 @@
 layout: default
 title: Working With Playlists
 ---                        
-
-
   
-  
-<p>Playlists are a fundamental concept in Ardour that you may or may not end up using, depending on your workflow.</p>
+<p>
+  <dfn>Playlists</dfn> are a fundamental concept in Ardour that you may or
+  may not end up using, depending on your workflow.
+</p>
   
 {% children %}
index 87f1589bf9cac3df6903387d901088d332f6ae47..77d9f0a02431d436e0d7f4be413c5432f8ae41e0 100644 (file)
@@ -2,17 +2,59 @@
 layout: default
 title: Understanding Playlists
 ---                        
-
-
-  
   
-<p>A playlist is a list of regions ordered in time. It defines 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 instrument, alternate edits of a given recording, parallel effects such as reverb or compression, and other tasks.</p>
-<p>Each audio track in Ardour is really just a mechanism for taking a playlist and generating the audio stream that it represents. As a result, editing a track really means modifying its playlist in 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 <a href="/working-with-regions/">Working With Regions</a>. Here, we cover some of the things you can do with playlists as objects in their own right.</p>
+<p>
+  A <dfn>playlist</dfn> is a list of regions ordered in time. It defines 
+  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 
+  instrument, alternate edits of a given recording, parallel effects such 
+  as reverb or compression, and other tasks.
+</p>
+<p>
+  Each audio <dfn>track</dfn> in Ardour is really just a mechanism for
+  taking a playlist and generating the audio stream that it represents. 
+  As a result, editing a track really means modifying its playlist in 
+  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
+  <a href="/working-with-regions/">Working With Regions</a>.<br />
+  Here, we cover some of the things you can do with playlists as objects
+  in their own right.
+</p>
 
-<h3>Tracks are not Playlists</h3>
-<p>It is important to understand that a track is not a playlist. A track has a  playlist.  A track is a mechanism for generating the audio stream represented by the playlist and passing it through a signal processing pathway. At any point in time, a track has a single 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.</p>
-<p>If you have some experience of other <abbr title="Digital Audio Workstations">DAWs</abbr>, 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 clear about what is actually happening rather than mixing old and new terminology ("virtual" and "track") into confusing terminology.</p>
+<h2>Tracks are not Playlists</h2>
+<p>
+  It is important to understand that a track <em>is not</em> a playlist. 
+  A track <em>has</em> a playlist. A track is a mechanism for generating 
+  the audio stream represented by the playlist and passing it through a 
+  signal processing pathway. At any point in time, a track has a single 
+  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.
+</p>
+<p>
+  If you have some experience of other 
+  <abbr title="Digital Audio Workstation">DAW</abbr>s, then you might 
+  have come across the term <dfn>"virtual track"</dfn>, 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 
+  clear about what is actually happening rather than mixing old and 
+  new terminology ("virtual" and "track"), which might be confusing.</p>
 
-<h3>Playlists are Cheap</h3>
-<p>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, 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.</p>
+<h2>Playlists are Cheap</h2>
+<p>
+  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, 
+  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.
+</p>
   
index ac2f1b0157ca1fabb61585a10c8ff18f27189862..73e9824bc650d1a7870fc95e5afc2e40251065e7 100644 (file)
@@ -3,38 +3,113 @@ layout: default
 title: Playlist Operations
 ---                        
 
-
-  
-  
-<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>
+<p>
+  In the track header (editor window, left pane) is a button labelled <kbd
+  class="menu">p</kbd> (for "Playlist"). If you click on this button, Ardour 
+  displays the following menu:
+</p>
 <dl class="wide-table">
-<dt> (Local Playlists)</dt>
-<dd>   Shows all of the playlists associated with this track, and indicates the currently selected playlist</dd>
-<dt>Rename</dt>
-<dd>Displays a dialog to rename the current playlist</dd>
-<dt>New</dt>
-<dd>Creates a new empty playlist; and the track switches to the new playlist</dd>
-<dt>New Copy</dt>
-<dd>Creates a new playlist that is a copy of the current playlist; and the track switches to the new playlist</dd>
-<dt>Clear Current</dt>
-<dd>Removes all regions from the current playlist</dd>
-<dt>Select From All</dt>
-<dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
+  <dt>(Local Playlists)</dt>
+   <dd>Shows all of the playlists associated with this track, and indicates 
+   the currently selected playlist</dd>
+  <dt>Rename</dt>
+  <dd>Displays a dialog to rename the current playlist</dd>
+  <dt>New</dt>
+  <dd>Creates a new empty playlist, and the track switches to the new playlist</dd>
+  <dt>New Copy</dt>
+  <dd>Creates a new playlist that is a copy of the current playlist; the track switches to the new playlist</dd>
+  <dt>Clear Current</dt>
+  <dd>Removes all regions from the current playlist</dd>
+  <dt>Select From All</dt>
+  <dd>Displays a playlist browser to manually choose which playlist this track should use. (You can even select playlists from other tracks here)</dd>
 </dl>
 
-<h3>Renaming Playlists</h3>
-<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>
-<p>If you are going to rename your playlists, do so before recording new material to them.</p>
+<h2>Renaming Playlists</h2>
+<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 <samp>Cowbell.1</samp>. 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 <kbd class="input">Lead Guitar, 2nd
+  take</kbd>, <kbd class="input">vocals (quiet)</kbd>, 
+  and <kbd class="input">downbeat cuica</kbd>. Notice how these might be 
+  different from the associated track names, which for these examples might 
+  be <kbd class="input">Lead Guitar</kbd>, 
+  <kbd class="input">Vocals</kbd> and <kbd class="input">Cuica</kbd>. 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>
+<p>
+  If you are going to rename your playlists, do so before recording new
+  material to them.
+</p>
+<p class="fixme">
+  It appears that recorded regions are not named after the playlist, but
+  after the track.
+</p>
 
-<h3>Sharing Playlists</h3>
-<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>
-<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>
+<h2>Sharing Playlists</h2>
+<p>
+  It is entirely possible to <dfn>share playlists</dfn> 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>
+<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 <dfn>independent copy</dfn> of it for 
+  that track. You can then edit this playlist without affecting the original.
+</p>
 
-<h3>Using Playlists for "Parallel Processing"</h3>
-<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>
+<h3>Using Playlists for Parallel Processing</h3>
+<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 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).<br />
+  Create a new track, apply the original track's playlist, and 
+  then apply effects to both tracks independently. 
+</p>
+<p class="note"> 
+  The same result could be achieved by feeding your 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.
+</p>
 
-<h3>Using Playlists for "Takes"</h3>
-<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>
-<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>
-<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>
+<h2>Using Playlists for "Takes"</h2>
+<p>
+  Using Playlists for <dfn>takes</dfn> 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. 
+</p>
+<p>
+  Each time you start a new take, create a new playlist with 
+  <kbd class="menu">p &gt; New</kbd> 
+  Later, you can Select your way back to previous or later takes as 
+  desired.
+</p>
+<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>
   
+<h2>Using Playlists for Multi-Language Productions</h2>
+<p>  
+  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. <br />
+  Select the appropriate language before exporting the session.
+</p>
+
index 5506111fc48b677bdbf410817551fe9ae88527c9..ff2aeaa46d083b9e8ff084dd3cf7b33532e17f39 100644 (file)
@@ -434,12 +434,13 @@ samp:after {
 #content .fixme {
     border-color: #999944;
     background-color: #f0f0e0;
+    font-weight:bold;
 }
 
 .fixme:before {
     content:'FIXME: ';
-    font-weight: bold;
     font-style: italic;
+    font-size:200%;
 }