2019-06-21 06:14:41 -04:00
|
|
|
<p>
|
|
|
|
Audio tracks in Ardour have a <dfn>mode</dfn> which affects how they behave
|
|
|
|
when recording:
|
|
|
|
</p>
|
|
|
|
<table class="dl">
|
2022-09-20 11:34:04 -04:00
|
|
|
<tr><th>Layered</th>
|
|
|
|
<td>Tracks in <dfn>layered mode</dfn> will record non-destructively —
|
|
|
|
new data is written to new files, and when overdubbing, new regions will be
|
2019-06-21 06:14:41 -04:00
|
|
|
layered on top of existing ones. This is the recommended mode for most
|
|
|
|
workflows.
|
|
|
|
</td></tr>
|
|
|
|
<tr><th>Non-Layered</th>
|
|
|
|
<td>Tracks using <dfn>non-layered mode</dfn> will record
|
|
|
|
non-destructively—new data is written to new files, but when
|
|
|
|
overdubbing, the existing regions are trimmed so that there are no overlaps.
|
|
|
|
This does not affect the previously recorded audio data, and trimmed regions
|
|
|
|
can be expanded again at will. Non-layered mode can be very useful for spoken
|
|
|
|
word material, especially in combination with
|
|
|
|
<a href="@@pushpull-trimming">push/pull trimming</a>.
|
|
|
|
</td></tr>
|
2022-09-20 11:34:04 -04:00
|
|
|
<tr><th>Sound on Sound</th>
|
|
|
|
<td>Tracks using <dfn>sound-on-sound mode</dfn> will record
|
|
|
|
non-destructively — 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.
|
|
|
|
</td></tr>
|
2019-06-21 06:14:41 -04:00
|
|
|
</table>
|
|
|
|
|
2022-09-20 11:34:04 -04:00
|
|
|
<p>
|
|
|
|
Results of recording in layered and non-layered modes are visually the same.
|
|
|
|
However, with the sound-on-sound mode lower layers are visible under upper
|
|
|
|
layers, because in that case new regions with overdubs are created with
|
|
|
|
disabled <em>Opaque</em> setting.
|
|
|
|
</p>
|
|
|
|
|
2019-06-21 06:14:41 -04:00
|
|
|
<figure class="right">
|
2022-09-20 11:34:04 -04:00
|
|
|
<img src="/images/region-layering-modes-overlaid.png" alt="Layered, non-layered, and sound-on-sound modes" width="75%" >
|
2019-06-21 06:14:41 -04:00
|
|
|
<figcaption>
|
2022-09-20 11:34:04 -04:00
|
|
|
Layered, non-layered, and sound-on-sound modes in overlaid view
|
2019-06-21 06:14:41 -04:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<p>
|
2022-09-20 11:34:04 -04:00
|
|
|
To illustrate the difference, here is the screenshot of the same tracks, but
|
|
|
|
this time — in <em>Stacked</em> track mode (rather than
|
|
|
|
<em>Overlaid</em> as on the screenshot above).
|
2019-06-21 06:14:41 -04:00
|
|
|
</p>
|
2022-09-20 11:34:04 -04:00
|
|
|
|
|
|
|
<figure class="right">
|
|
|
|
<img src="/images/region-layering-modes-stacked.png" alt="Layered, non-layered, and sound-on-sound modes in stacked view" width="75%" >
|
|
|
|
<figcaption>
|
|
|
|
Layered, non-layered, and sound-on-sound modes in stacked view
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2019-06-21 06:14:41 -04:00
|
|
|
<p>
|
2022-09-20 11:34:04 -04:00
|
|
|
The overdub is an opaque region on top of the original content for the
|
|
|
|
<em>Layered</em> mode. For the <em>Non-Layered</em> mode, it completely
|
|
|
|
replaces the matching part of the original content. And for the
|
|
|
|
<em>Sound on Sound</em> mode, it's a transparent region on top of the original
|
|
|
|
content.
|
2019-06-21 06:14:41 -04:00
|
|
|
</p>
|
2022-06-18 17:49:04 -04:00
|
|
|
|
|
|
|
<p>
|
2022-09-20 11:34:04 -04:00
|
|
|
The switch between layered, non-layered, and sound-on-sound modes is a global
|
|
|
|
setting available in the main toolbar right below the buttons enabling
|
|
|
|
Punch In and Punch Out.
|
2022-06-18 17:49:04 -04:00
|
|
|
</p>
|
|
|
|
|
2022-09-20 11:34:04 -04:00
|
|
|
<figure class="left">
|
|
|
|
<img src="/images/layering-switch.png" alt="Layering switch" width="50%">
|
2022-06-18 17:49:04 -04:00
|
|
|
<figcaption>
|
2022-09-20 11:34:04 -04:00
|
|
|
Layering switch
|
2022-06-18 17:49:04 -04:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|