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