]> Shamusworld >> Repos - ardour-manual/blob - include/ruler.html
Ruler/Markers rewrite, part 1 of N
[ardour-manual] / include / ruler.html
1
2 <figure>
3     <img src="/images/ruler.png" alt="Ardour's Ruler">
4     <figcaption>
5       Ardour's Ruler
6     </figcaption>
7 </figure>
8
9
10 <p>
11   The <dfn>ruler</dfn> scales the session along time, allows navigating, and
12   can be marked for different uses.
13 </p>
14 <p>
15   One of its main uses is to move the playhead: clicking anywhere on the
16   timeline will bring the playhead at this location in time. Also, using the
17   mouse's scrollwheel while hovering the ruler will zoom in or out
18   (<kbd class="mouse">&uArr;</kbd>/<kbd class="mouse">&dArr;</kbd> ).
19 </p>
20 <p>
21   The ruler is made of a succession of rows, each having a special role related
22   to time. Adding or removing rows can be done by <kbd class="mouse">right</kbd>
23   clicking anywhere in the ruler's header on the left, and ticking any of:
24 </p>
25
26 <table class="dl">
27   <tr>
28     <th><dfn>Mins:Sec</dfn></th>
29     <td>scaling the session with the Mins:Secs:mSec notation</td>
30   </tr>
31   <tr>
32     <th><dfn>Timecode</dfn></th>
33     <td>scaling the session with the Hours:Mins:Secs:Frames notation</td>
34   </tr>
35   <tr>
36     <th><dfn>Samples</dfn></th>
37     <td>scaling the session with the sample number notation</td>
38   </tr>
39   <tr>
40     <th><dfn>Bars &amp; Beats</dfn></th>
41     <td>slicing the time according to the time signature</td>
42   </tr>
43         <tr>
44     <th><dfn>Time Signature</dfb></th>
45     <td>shows the time signature. It can be changed along the timeline, by
46     <kbd class="mouse">Right-click</kbd> &gt;
47     <kbd class="menu">New Time Signature</kbd>. The Bars:Beats ruler will
48     reflect the change.</td>
49   </tr>
50         <tr>
51     <th><dfn>Tempo</dfn></th>
52     <td>shows the BPM. It can be changed along the timeline, by
53     <kbd class="mouse">Right-click</kbd> &gt; <kbd class="menu">New Tempo</kbd>.
54     The Bars:Beats ruler will reflect the change.</td>
55   </tr>
56         <tr>
57     <th><dfn>Ranges</dfn></th>
58     <td>allow to create and modify ranges directly on the Ruler.</td>
59   </tr>
60         <tr>
61     <th><dfn>Loop/Punch</dfn></th>
62     <td>are special kind of ranges designed to be played as a loop and to do
63     punch recording, i.e. recording on a precise section of time, respectively.</td>
64   </tr>
65         <tr>
66     <th><dfn>CD Markers</dfn></th>
67     <td>are markers designed to be used while creating a recording that has
68     to be split in time, as an audio CD</td>
69   </tr>
70   <tr>
71     <th><dfn>Cue markers</dfn></th>
72     <td>allows triggering entire cues from the grid in the <em>Cue</em>window</td>
73   </tr>
74         <tr>
75     <th><dfn>Markers</dfn></th>
76     <td>is meant to receive any kind of marker, user generated or from Ardour
77     itself.</td>
78   </tr>
79   <tr>
80     <th><dfn>Video</dfn></th>
81     <td>shows thumbnails of the <a href="@@video-timeline-and-monitoring">video</a>
82     in the timeline</td>
83   </tr>
84 </table>
85
86 <p>
87   Most rulers allow placing markers to serve a specific purpose: mark a point in
88   time, define a loop range, or something else entirely.
89 </p>
90
91 <p>
92   Most of the operations on the markers are described in <a
93   href="@@working-with-markers">Working with Markers</a>, additional information
94   on Time Signature, Tempo, Bars:Beats, and Timecode is available in the
95   <a href="@@tempo-and-meter">Tempo and Time Signature</a> chapter.
96 </p>