]> Shamusworld >> Repos - ardour-manual/blob - include/transport-clocks.html
Update to the outdated Transport clock. Separated the Big Clock as its own page and...
[ardour-manual] / include / transport-clocks.html
1
2 <figure>
3   <img src="/images/new_main_clocks.png" alt="The transport clocks in Ardour">
4   <figcaption>
5     The transport clocks in Ardour
6   </figcaption>
7 </figure>
8
9 <p>
10   <dfn>Clocks</dfn> in Ardour are used to display time values 
11   precisely. In many cases, they are also one way to edit (change) time 
12   values.
13 </p>
14 <p>
15   In the transport bar of the editor window there are two clocks by 
16   default, that display the current position of the playhead and 
17   additional information related to transport control and the timeline. 
18   These are called the <dfn>transport clocks</dfn>; the left one is the 
19   <dfn>primary transport clock</dfn> (always showing the playhead 
20   position) and the right one is the <dfn>secondary transport 
21   clock</dfn>.
22 </p>
23 <p>
24   Having two transport clocks allows seeing the playhead position in 
25   two different time units without having to change any settings. For 
26   example, one can see the playhead position in both timecode units and 
27   BBT time. The secondary transport clock can nevertheless be hidden in 
28   the <a 
29   href="@@preferences#preferences-appearance-toolbar">Preferences</a>, 
30   at <kbd class="menu">Appearance &gt; Toolbar &gt; Display Secondary 
31   Clock</kbd>.
32 </p>
33 <p>
34   All the clocks in Ardour share the same powerful way of editing time. 
35   Refer to <a href="@@editing-clocks">Editing Clocks</a> to learn how. 
36   Editing the time in the transport clocks will reposition the playhead 
37   in the same way that various other editing operations will.
38 </p>
39
40 <p>
41   The transport clocks have special attributes due to their function:
42 </p>
43
44 <h2>Information panel</h2>
45 <p>
46         Under each clock is an information panel, that offers informations about the current <a href="@@editing-clocks#clock-modes">clock mode</a>:
47 </p>
48 <table class="dl">
49         <thead>
50                 <tr>
51                         <th>Mode</th>
52                         <th>Information</th>
53                 </tr>
54         </thead>
55         <tbody>
56           <tr>
57                   <th>Timecode / Minutes:Second / Seconds</th>
58                   <td>Source of Timecode (<samp>INT</samp> means that Ardour is its own timecode source)</td>
59           </tr>
60           <tr>
61                   <th>Bars:Beats</th>
62                   <td>Current tempo and current time signature. Clicking one of this button allows changing the value.</td>
63           </tr> 
64           <tr>
65                   <th>Samples</th>
66                   <td>Sample rate (<samp>SR</samp>) and pull-up/down, as defined in the <a href="@@session-properties#properties-timecode">session properties</a>.</td>
67           </tr>
68   </tbody>
69 </table>
70
71 <h2>Time origin</h2>
72 <p>
73         In the <kbd class="mouse">Right</kbd>-click menu, it is possible to 
74         change the time origin, i.e. the zero-point in time, amongst :
75 </p>
76
77 <table class="dl">
78   <tr>
79           <th><dfn>Display absolute time</dfn></th>
80           <td>The zero point is the absolute start of the timeline (ignoring the session start and any timecode offsets).</td>
81   </tr>
82   <tr>
83           <th><dfn>Display delta to edit cursor</dfn></th>
84           <td>The zero point is the Edit Point as chosen from the <a href="@@edit-point-control">Edit Point selector</a>, e.g. a selected marker.</td>
85   </tr> 
86   <tr>
87           <th><dfn>Display delta to origin marker</dfn></th>
88           <td>The zero point is the <em>start</em> marker of the session.</td>
89   </tr>
90 </table>
91
92 <ul>
93   <li>
94           The transport clock may display a positive or negative value 
95           depending on the temporal order of the chosen zero value and the 
96           playhead.
97   </li>
98   <li>
99           The clocks will use a different color when in <em>delta to 
100           edit</em> or <em>delta to origin</em> mode to avoid confusion. 
101   </li>
102   <li>
103           Also, when in the two later modes, the value of the clock can not
104           be edited.
105   </li>
106 </p>
107
108
109
110
111