]> Shamusworld >> Repos - ardour-manual/blob - include/layering-display.html
14be09ccdf4f75cf9360f0b7ec93c91a7872564f
[ardour-manual] / include / layering-display.html
1
2 <img class="right" style="clear:both" src="/images/track-layer-dialog.png"
3 alt="Track layering menu" />
4 <p>
5   Ardour allows arbitrary <dfn>layering</dfn> of regions&mdash;you can
6   have as many regions you wish at a given position. By default, the regions are
7   <dfn>overlaid</dfn> in the editor window, to save vertical space.
8 </p>
9 <p>
10   However, this display mode can be confusing for tracks with many overdubs, 
11   because its not obvious in which order the overdubs are layered. Although 
12   there are other methods of moving particular regions to the top of an
13   overlapping set, and although Ardour also has playlists to let you manage
14   <a href="/working-with-playlists/playlist_usecases/">takes</a> a bit more 
15   efficiently than just continually layering, 
16   there are times when being able to clearly see all regions in a track without 
17   any overlaps is reassuring and useful. 
18 </p>
19 <p>
20   Here is an image of a track with a rather drastic overdub situation, 
21   viewed in normal <dfn>overlaid mode</dfn>:
22 </p>
23 <img src="/images/a3_overlaps_layered.png" alt="overlapping regions in overlaid mode" />
24 <p>
25   To change this display, right click on the track header, and you'll see
26   the menu displayed above. There are two choices for layers. <kbd
27   class="menu">overlaid</kbd> is currently selected. Click on <kbd
28   class="menu">stacked</kbd> and the track display changes to this:
29 </p>
30 <img src="/images/a3_layers_stacked.png" alt="overlapping regions in stacked mode" />
31 <p>
32   You can still move regions around as usual, and in fact you can 
33   even drag them so that they overlay each again, but when you 
34   release the mouse button, things will flip back to them all being 
35   stacked cleanly. The number of <dfn>lanes</dfn> for the track is determined by 
36   the maximum number of regions existing in any one spot throughout 
37   the track, so if you have really stacked up 10 overdubs in one spot, 
38   you'll end up with 10 lanes. Obviously, using a large track height 
39   works much better for this than a small one.
40 </p>
41