]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/04_the-editor/03_the-editor_s-lists/01_region-list.html
8c36aab5ad7dada2efc0e5bd60a7bf4251c8aff1
[ardour-manual-diverged] / _manual / 05_ardours-interface / 04_the-editor / 03_the-editor_s-lists / 01_region-list.html
1 ---
2 title: Region List
3 ---
4
5
6
7 <p>
8
9   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:
10
11 </p>
12
13
14
15 <dl>
16
17   <dt>Position</dt><dd>position of the start of the region on the global timeline</dd>
18
19   <dt>End</dt><dd>position of the region on the global timeline</dd>
20
21   <dt>Length</dt><dd>duration of the region</dd>
22
23   <dt>Sync</dt><dd>position of the sync point, relative to the start of region (can be negative)</dd>
24
25   <dt>Fade In</dt><dd>duration of the fade in. Can't be less than 1 ms, to avoid clipping.</dd>
26
27   <dt>Fade Out</dt><dd>duration of the fade out (positive value, &ge; 1 ms).</dd>
28
29 </dl>
30
31
32
33 <p>
34
35   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.
36
37 </p>
38
39
40
41 <p>
42
43   At the right of the list are four columns of flags that can be altered:
44
45 </p>
46
47
48
49 <dl>
50
51   <dt>L</dt>
52
53   <dd>whether the region position is locked, so that it cannot be moved.</dd>
54
55   <dt>G</dt>
56
57   <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>
58
59   <dt>M</dt>
60
61   <dd>whether the region is muted, so that it will not be heard.</dd>
62
63   <dt>O</dt>
64
65   <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>
66
67 </dl>
68
69
70
71 <p>
72
73   Hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for.
74
75 </p>
76
77
78
79 <p>
80
81   A handy feature of the region list is that its regions can be dragged and dropped into a suitable track in the session.
82
83 </p>
84
85
86