]> Shamusworld >> Repos - ardour-manual/blob - include/track-modes.html
e8c2730f9381f0c649944df3b2d2dbd1bfe7e4b1
[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   <tr><th>Tape</th>
22   <td><dfn>Tape-mode</dfn> tracks do <strong>destructive</strong> recording:
23   all data is recorded to a single file and if a section of
24   existing data is overdub, the existing data is destroyed irrevocably&mdash;there is no
25   undo. Fixed crossfades are added at every punch in and out point. This mode
26   can be useful for certain kinds of re-recording workflows, but is not
27   suggested for normal
28   use.</td></tr>
29 </table>
30
31 <figure class="right">
32   <img src="/images/a3_nonlayered_example.png" alt="Normal and non-layered overdubbing comparision">
33   <figcaption>
34     Normal and non-layered overdubbing comparision
35   </figcaption>
36 </figure>
37
38 <p>
39   The screenshot on the right shows the subtle difference between an overdub
40   in <dfn>normal mode</dfn> (upper track) and one in <dfn>non-layered mode</dfn>
41   (lower track). Both tracks were created using identical audio data.
42 </p>
43 <p>
44   The upper track shows a new region which has been <dfn>layered on
45   top</dfn> of the the existing (longer) region. It can be seen by the region
46   name strips.
47 </p>
48 <p>
49   The lower track has split the existing region in two, trimmed each new
50   region to create space for the new overdub, and inserted the overdub region
51   in between.
52 </p>