]> Shamusworld >> Repos - ardour-manual/blob - _manual/13_recording/02_track-recording-modes.html
first batch of XHTML validation fixes
[ardour-manual] / _manual / 13_recording / 02_track-recording-modes.html
1 ---
2 layout: default
3 title: Track Recording Modes
4 ---                        
5
6
7   
8   <p>"Recording mode" is a per-track property (audio tracks only) that affects the way that recording new material on top of existing material ("overdubbing") operates <em>in that track</em>. Ardour offers 3 different recording modes:</p>
9 <dl class="wide-table">
10 <dt>Normal</dt>
11 <dd>overdubs write to new files, new regions are layered on top of existing regions (with or without crossfades)</dd>
12 <dt>Tape mode</dt>
13 <dd>overdubs destructively write to an existing file, single region per track (fixed crossfades at every punch)</dd>
14 <dt>Non-Layered mode</dt>
15 <dd>overdubs write to new audio files, new regions are created but if they overlap with existing regions, the existing regions are trimmed so that there no overlaps</dd>
16 </dl>
17 <p>To change the recording mode of a track, right click on its track header to get the context menu:</p>
18 <p><img src="/files/a3/a3_nonlayered_mode_menu.png" alt="track header context menu" /></p>
19 <p>Below is a screenshot that shows the subtly different results of an overdub in normal and non-layered mode. Both tracks were created using identical audio data. </p>
20 <p>The upper track is in normal mode, and the overdub (the middle shorter region, selected) has created a new region which if you look carefully has been layered on top of the the existing (longer) region. </p>
21 <p>The lower track is in non-layered mode, and rather than overlay the overdub region, it split the existing region and inserted the new one in between.</p>
22 <p><img src="/files/a3/a3_nonlayered_example.png" alt="different results from normal and non-layered recording" /></p>
23 <p>Non-layered mode is extremely useful when combined with <a href="/editing-and-arranging/changing-region-lengths/pushpull-trimming">push/pull trimming</a>.</p>
24