]> Shamusworld >> Repos - ardour-manual/commitdiff
6.9 Updates to the recorder
authorEd Ward <edwsaintesprit@hotmail.com>
Wed, 18 Aug 2021 15:02:53 +0000 (17:02 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Wed, 18 Aug 2021 15:02:53 +0000 (17:02 +0200)
include/recorder.html
source/images/record_window.png
source/images/recorder_new-playlist.png [new file with mode: 0644]

index d1166b8b9dc6f7eb042d8b5e95c9006f762c1f0b..f2cc7c1f39c8134509ff19f410797341b3859682 100644 (file)
         Input when the master-record arm is engaged (so you are actually
         recording).
 
+<h3>'New Playlist' buttons</h3>
+
+<figure class="left">
+       <img alt="The 'New Playlist' buttons" src="/images/recorder_new-playlist.png">
+       <figcaption>
+               The 'New Playlist' buttons
+       </figcaption>
+</figure>
+
+<p>
+  Recording multiple takes can easily be done in Ardour by using
+  <a href="@@understanding-playlists">playlists</a>, as a track can have
+  multiple playlists and it is easy to <a href="@@playlist-operations">switch</a>
+  from one to another. 
+</p>
+<p>
+  The two buttons create new, "blank", playlists to record on:
+</p>
+<ul>
+       <li><kbd class="menu">New Playlist for All Tracks</kbd> creates a
+       new playlist for each visible track, while</li>
+       <li><kbd class="menu">New Playlist for Rec-Armed</kbd> uses the
+       <kbd style="color:red;">&#9679;</kbd> recording
+       status of each track to generate new playlists.</kbd></li>
+</ul>
+<p>
+  Creating new playlists is both cheap in terms of CPU and memory, and easy
+  to revert by changing the track's playlist back to its previous one. Playlists
+  on different tracks can also share the same name, allowing for a better
+  workflow when recording: Ardour suggests <em>Take.<i>#n</i></em> as the
+  name for each playlist, so that they stay somewhat correlated.
+</p>
+
 <h3>Disk space and Reset Peaks</h3>
 
 <figure class="left">
index 47a9a405400aa2547aec77e97383227cb1a299a2..f83af0d7f150d5036954b566997c5d2f1d96d0d0 100644 (file)
Binary files a/source/images/record_window.png and b/source/images/record_window.png differ
diff --git a/source/images/recorder_new-playlist.png b/source/images/recorder_new-playlist.png
new file mode 100644 (file)
index 0000000..0ebf928
Binary files /dev/null and b/source/images/recorder_new-playlist.png differ