]> Shamusworld >> Repos - ardour-manual/blob - include/track-modes.html
47a70bae69c94a8fdae4cfca6bf3a4d8bcf5ff99
[ardour-manual] / include / track-modes.html
1 <p>
2   Audio tracks in Ardour have a <dfn>mode</dfn> which affects how they behave
3   when recording:
4 </p>
5 <table class="dl">
6   <tr><th>Normal</th>
7   <td>Tracks in <dfn>normal mode</dfn> will record non-destructively&mdash;new
8   data is written to new files, and when overdubbing, new regions will be
9   layered on top of existing ones. This is the recommended mode for most
10   workflows.
11   </td></tr>
12   <tr><th>Non-Layered</th>
13   <td>Tracks using <dfn>non-layered mode</dfn> will record
14   non-destructively&mdash;new data is written to new files, but when
15   overdubbing, the existing regions are trimmed so that there are no overlaps.
16   This does not affect the previously recorded audio data, and trimmed regions
17   can be expanded again at will. Non-layered mode can be very useful for spoken
18   word material, especially in combination with
19   <a href="@@pushpull-trimming">push/pull trimming</a>.
20   </td></tr>
21 </table>
22
23 <figure class="right">
24   <img src="/images/a3_nonlayered_example.png" alt="Normal and non-layered overdubbing comparision">
25   <figcaption>
26     Normal and non-layered overdubbing comparision
27   </figcaption>
28 </figure>
29
30 <p>
31   The screenshot on the right shows the subtle difference between an overdub
32   in <dfn>normal mode</dfn> (upper track) and one in <dfn>non-layered mode</dfn>
33   (lower track). Both tracks were created using identical audio data.
34 </p>
35 <p>
36   The upper track shows a new region which has been <dfn>layered on
37   top</dfn> of the the existing (longer) region. It can be seen by the region
38   name strips.
39 </p>
40 <p>
41   The lower track has split the existing region in two, trimmed each new
42   region to create space for the new overdub, and inserted the overdub region
43   in between.
44 </p>
45
46 <p>
47   The switch between normal and non-layered modes is a global setting available
48   in the main toolbar.
49 </p>
50
51 <figure class="right">
52   <img src="/images/non-layered-track-mode-enabled.png" alt="Non-layered track mode enabled" width="50%">
53   <figcaption>
54     Non-layered track mode enabled
55   </figcaption>
56 </figure>