7.2 update: monitoring in layered/non-layered/s-o-s modes

This commit is contained in:
Alexandre Prokoudine 2022-12-15 02:22:56 +03:00
parent 86a4064096
commit ab9f18acf0

View File

@ -2,30 +2,44 @@
Audio tracks in Ardour have a <dfn>mode</dfn> which affects how they behave Audio tracks in Ardour have a <dfn>mode</dfn> which affects how they behave
when recording: when recording:
</p> </p>
<table class="dl"> <table class="dl">
<tr><th>Layered</th> <tr>
<td>Tracks in <dfn>layered mode</dfn> will record non-destructively&nbsp;&mdash; <th>Layered</th>
new data is written to new files, and when overdubbing, new regions will be <td>
layered on top of existing ones. This is the recommended mode for most Tracks in <dfn>layered mode</dfn> will record
workflows. non-destructively&nbsp;&mdash; new data is written to new files, and when
</td></tr> overdubbing, new regions will be layered on top of existing ones. This is
<tr><th>Non-Layered</th> the recommended mode for most workflows. When recording with the
<td>Tracks using <dfn>non-layered mode</dfn> will record <dfn>layered mode</dfn>, Ardour only does input monitoring.
non-destructively&mdash;new data is written to new files, but when </td>
overdubbing, the existing regions are trimmed so that there are no overlaps. </tr>
This does not affect the previously recorded audio data, and trimmed regions <tr>
can be expanded again at will. Non-layered mode can be very useful for spoken <th>Non-Layered</th>
word material, especially in combination with <td>
<a href="@@pushpull-trimming">push/pull trimming</a>. Tracks using <dfn>non-layered mode</dfn> will record
</td></tr> non-destructively&mdash;new data is written to new files, but when
<tr><th>Sound on Sound</th> overdubbing, the existing regions are trimmed so that there are no
<td>Tracks using <dfn>sound-on-sound mode</dfn> will record overlaps. This does not affect the previously recorded audio data, and
non-destructively&nbsp;&mdash; new data is written to new files, but when trimmed regions can be expanded again at will. Non-layered mode can be
overdubbing, new regions will be layered on top of existing ones in non-opaque very useful for spoken word material, especially in combination with
mode which means both existing and new material will be played back after <a href="@@pushpull-trimming">push/pull trimming</a>. When recording with
the recording is over. This is convenient for a variety of use cases, such as the <dfn>non-layered mode</dfn>, Ardour only does input monitoring.
adding MIDI Control Change events on top of recorded live performance. </td>
</td></tr> </tr>
<tr>
<th>Sound on Sound</th>
<td>
Tracks using <dfn>Sound on Sound mode</dfn> will record
non-destructively&nbsp;&mdash; new data is written to new files, but when
overdubbing, new regions will be layered on top of existing ones in
non-opaque mode which means both existing and new material will be played
back after the recording is over. This is convenient for a variety of use
cases, such as adding MIDI Control Change events on top of recorded live
performance. When recording in the <dfn>sound-on-sound mode</dfn>, Ardour
does cue monitoring.
</td>
</tr>
</table> </table>
<p> <p>