]> Shamusworld >> Repos - ardour-manual/blob - include/creating-range-markers.html
205efc159c80d94c36f6a20b52157ff231292b36
[ardour-manual] / include / creating-range-markers.html
1
2 <p>
3   <dfn>Range markers</dfn> are essentially two
4   <a href="@@creating-location-markers"> location markers</a> that appear in the
5   <a href="@@ruler">Range Markers</a> ruler, and are grouped together to mark
6   the beginning and end of a section in the timeline.
7 </p>
8
9 <h2>Creating a Range on the Timeline</h2>
10
11 <p>
12   Creating a new <dfn>range</dfn> can be done by <kbd class="mouse">right</kbd>
13   clicking on the Range Markers ruler at the top
14   of the timeline, then selecting <kbd class="menu">New Range</kbd>. Two markers
15   with the same name and opposing arrows will appear along the ruler.
16 </p>
17 <p>
18   It is also possible to create range markers from a selected range or
19   region in the Editor window, or to using the
20   <kbd class="menu">Ranges&nbsp;&amp; Marks List</kbd> in the Editor list.
21 </p>
22
23 <h2>Editing a Range</h2>
24
25 <p>
26   Both markers of a range can be independently moved along the timeline by
27   clicking and dragging them to the desired location.
28 </p>
29 <p>
30   They can also be moved together by <kbd class="mod2n"></kbd>-dragging one marker.
31 </p>
32
33 <h3>Renaming Range Markers</h3>
34
35 <p>
36   Ardour provides two ways to rename an existing pair of range markers:
37 </p>
38
39 <ol>
40   <li>
41     Double-clicking either of the two range markers will show a dialog for
42     setting a new caption for the markers.
43   </li>
44   <li>
45     The same can be achieved by right-clicking on either of the markers and
46     selecting the <kbd class="menu">Rename Range…</kbd> menu item.
47   </li>
48 </ol>
49
50 <h2>Removing Range Markers</h2>
51
52 <p>
53   Range markers can be deleted in three ways:
54 </p>
55
56 <ol>
57   <li>
58     By clicking on one of the markers and pressing the <kbd>Del</kbd> key.
59   </li>
60   <li>
61     By right-clicking on one of the markers and selecting
62     <kbd class="menu">Remove Range</kbd>.
63   </li>
64   <li>
65     By clicking the markers' <kbd class="button">x</kbd> button in the
66     <em>Ranges&nbsp;&amp; Marks</em> sidebar.
67   </li>
68 </ol>
69
70 <h2>More Options</h2>
71
72 <p>
73   The context (right-click) menu for range markers has more options than the
74   ones mentioned above:
75 </p>
76
77 <table class="dl">
78   <tr>
79     <th>Play Range</th>
80     <td>
81       Starts playback at the left marker in the pair and stops at the right
82       marker.</td>
83   </tr>
84   <tr>
85     <th>Locate to Marker</th>
86     <td>
87       Moves the playhead to the selected marker.
88     </td>
89   </tr>
90   <tr>
91     <th>Play from Marker</th>
92     <td>
93       Moves the playhead to the selected marker and starts playback.
94     </td>
95   </tr>
96   <tr>
97     <th>Loop Range</th>
98     <td>
99       Creates a loop range off the selected range markers pair and starts
100       playback.
101     </td>
102   </tr>
103   <tr>
104     <th>Set Marker from Playhead</th>
105     <td>
106       Changes the position of the selected marker to that of the playhead.
107     </td>
108   </tr>
109   <tr>
110     <th>Set Range from Selection</th>
111     <td>
112       Adjusts the position of range markers to match the current selection.
113     </td>
114   </tr>
115   <tr>
116     <th>Zoom to Range</th>
117     <td>
118       Changes the zoom so that the area defined by the range markers would be
119       maximized yet visible entirely within Ardour's window.
120     </td>
121   </tr>
122   <tr>
123     <th>Glue to Bars and Beats</th>
124     <td>
125       When this option is enabled, the marker maintains its position in bars
126       and beats even if there are changes in tempo and meter.
127     </td>
128   </tr>
129   <tr>
130     <th>Loudness Assistant…</th>
131     <td>
132       Launches the Loudness Assistant to analyze the selection defined by the
133       selected pair of range markers.
134     </td>
135   </tr>
136   <tr>
137     <th>Export Range…</th>
138     <td>
139       Exports the selection defined by the selected pair of range markers.
140     </td>
141   </tr>
142   <tr>
143     <th>Promote to Time Origin</th>
144     <td>
145       This makes the position of the chosen range marker the origin time. This
146       is mostly useful when the <em>Display delta to origin marker</em> clock
147       mode is enabled to display the difference between current playhead
148       position and the origin time. Absolute time stays unaffected.
149     </td>
150   </tr>
151   <tr>
152     <th>Hide Range</th>
153     <td>
154       This hides the range from the Range Markers ruler. Marker's visibility
155       can be restored in the <em>Ranges&nbsp;&amp; Marks</em> sidebar.
156     </td>
157   </tr>
158   <tr>
159     <th>Separate Regions in Range</th>
160     <td>
161       Cuts all regions crossing the positions of the range markers.
162     </td>
163   </tr>
164   <tr>
165     <th>Select All in Range</th>
166     <td>
167       Select entire regions that cross the borders of the range markers.
168     </td>
169   </tr>
170   <tr>
171     <th>Select Range</th>
172     <td>
173       Create a selection from the range markers in all selected tracks and
174       busses.
175     </td>
176   </tr>
177 </table>