]> Shamusworld >> Repos - ardour-manual/blob - include/the-region-list.html
2c3fb54b0737d4ce95ec6541e131c0b86f498ec3
[ardour-manual] / include / the-region-list.html
1
2
3
4 <p>
5
6   The region list shows all the regions in the session. The left-hand column gives the region name, and there are a range of times given for information:
7
8 </p>
9
10
11
12 <dl>
13
14   <dt>Position</dt><dd>position of the start of the region on the global timeline</dd>
15
16   <dt>End</dt><dd>position of the region on the global timeline</dd>
17
18   <dt>Length</dt><dd>duration of the region</dd>
19
20   <dt>Sync</dt><dd>position of the sync point, relative to the start of region (can be negative)</dd>
21
22   <dt>Fade In</dt><dd>duration of the fade in. Can't be less than 1 ms, to avoid clipping.</dd>
23
24   <dt>Fade Out</dt><dd>duration of the fade out (positive value, &ge; 1 ms).</dd>
25
26 </dl>
27
28
29
30 <p>
31
32   The units used to display those times are those used for the clock, so changing the units on the clocks change the display of this values.
33
34 </p>
35
36
37
38 <p>
39
40   At the right of the list are four columns of flags that can be altered:
41
42 </p>
43
44
45
46 <dl>
47
48   <dt>L</dt>
49
50   <dd>whether the region position is locked, so that it cannot be moved.</dd>
51
52   <dt>G</dt>
53
54   <dd>whether the region's position is &lsquo;glued&rsquo; to bars and beats. If so, the region will stay at the same position in bars and beats even if the tempo and/or time signature change.</dd>
55
56   <dt>M</dt>
57
58   <dd>whether the region is muted, so that it will not be heard.</dd>
59
60   <dt>O</dt>
61
62   <dd>whether the region is opaque; opaque regions &lsquo;block&rsquo; regions below them from being heard, whereas &lsquo;transparent&rsquo; regions have their contents mixed with whatever is underneath. </dd>
63
64 </dl>
65
66
67
68 <p>
69
70   Hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for.
71
72 </p>
73
74
75
76 <p>
77
78   A handy feature of the region list is that its regions can be dragged and dropped into a suitable track in the session.
79
80 </p>
81