bd843ca30556922be8976b454a5bf5eb151081d1
[ardour.git] / manual / xml / working_with_layers.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-working-with-layers">
8   <title>Working with layers</title>
9   <para>
10     It is possible to arrange regions in a playlist (track) so that they
11     overlap - one starts before another finishes, for example. Because of
12     this, its important that there is a clear and understandable rule for
13     what you will hear when playing back these kinds of region arrangements.
14   </para>
15
16   <para>
17     Every region in a playlist is assigned to a layer. There can only ever
18     be one region on a given layer, although rearranging the playlist
19     (track) may change which region is on which layer. At any given point
20     along the timeline, you will hear the uppermost region at that point.
21   </para>
22
23   <para>
24     Of course, nothing in digital audio is ever quite that simple, and so of
25     course there are some complications:
26   </para>
27
28   <section id="layers-crossfades">
29     <title> Crossfades </title>
30     <para>
31       Whenever two regions overlap, there is the potential for a
32       <link linkend="sn-working-with-crossfades">crossfade</link> between
33       them. If the crossfade is not muted, then you will hear the contents
34       of the crossfade during the overlap, not just the uppermost region.
35     </para>
36   </section>
37
38   <section id="region-opacity">
39     <title> Region Opacity </title>
40     <para>
41       In a perverse nod to image manipulation programs, Ardour allows you to
42       make regions transparent. By default, all regions are created opaque,
43       which means that when they are playing, no region below them are
44       audible. However, if you change the region to be transparent, the
45       region will be audible together with any regions below it. This
46       capability should probably not be abused - if you really want to mix
47       sounds together in this way, they should probably live in their own
48       tracks. Occasionally though, this can be useful trick.
49     </para>
50
51     <para>
52       To change the opacity of a region, popup the region's editor,
53       accessible by context clicking on the region. Then click on the
54       "opaque" button, turning it on or off as desired.
55     </para>
56   </section>
57
58   <section id="layering-styles">
59     <title> Layering Styles </title>
60     <para>
61       When you are recording new material for a track, its typical to want
62       to new material recorded "over" existing material in the track to be
63       what you hear on playback. For example, if you overdub part of a
64       guitar solo, you normally want the overdub to be audible, not hidden
65       by the old version that was already there. By contrast, when editing
66       using splitting/trimming/moving of regions to create a particular
67       arrangement along the timeline, many people find that they want
68       regions that start later on the timeline to be the ones that are
69       audible.
70     </para>
71
72     <para>
73       To facilitate these two contradictory desires, Ardour features three
74       different styles for assigning regions to layers.
75     </para>
76
77     <variablelist>
78       <title></title>
79       <varlistentry>
80         <term>Most recently added regions are higher</term>
81         <listitem>
82           <para>
83             Use this style when recording/overdubbing new material. Edits of
84             any kind do not modify the layering.
85           </para>
86         </listitem>
87       </varlistentry>
88
89       <varlistentry>
90         <term>Most recently added/moved/trimmed regions are higher</term>
91         <listitem>
92           <para>
93             Use this style when recording/overdubbing new material, but you
94             want basic edits to cause regions to rise to the top.
95           </para>
96         </listitem>
97       </varlistentry>
98
99       <varlistentry>
100         <term>Later regions are higher</term>
101         <listitem>
102           <para>
103             Use this style when rearranging and editing regions.
104           </para>
105         </listitem>
106       </varlistentry>
107     </variablelist>
108
109     <para>
110       A new session has the layering style set to "Most recently
111       added/moved/trimmed regions are higher". To change the layering style,
112       open the <emphasis>options editor</emphasis> and select the
113       "Layers&amp;Fades" page. There is an option there to select the style
114       you want. Layering style may be changed at any time. The existing
115       layering of all playlists is not changed when changing the layering
116       model.
117     </para>
118   </section>
119
120   <section id="modifying-layering-by-hand">
121     <title> Modifying Layering By Hand </title>
122     <para>
123       If you want a particular region to be the uppermost when the current
124       layering style has put it on a lower layer, context click on the
125       region. Select the region from the menu that pops up, and in the
126       submenu that appears, choose one of "Move region to lowest layer" or
127       "Move region to upper layer". The layering for the playlist will be
128       recalculated to ensure that the region is on the layer you chose.
129       Note: these operations only have any effect if using one of the "Most
130       recently .." layer models.
131     </para>
132
133     <para>
134       You can see the precise layer a region is assigned in the popup region
135       editor, accessible by context clicking on the region.
136     </para>
137
138     <note>
139       <para>
140         At one time, Ardour offered more explicit control over the layering,
141         allowing you to move regions up or down to specific layers. This was
142         found to be problematic, confusing, and generally rendered
143         unnecessary by both of the layering styles the program now offers.
144       </para>
145     </note>
146   </section>
147 <!--
148         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
149                 href="Some_Subsection.xml" />
150         -->
151 </section>