]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-playback.html
Updates to Editing Clocks to reflect new display modes
[ardour-manual] / include / controlling-playback.html
1
2 <figure class="right">
3   <img src="/images/the-playhead.png" alt="The playhead">
4   <figcaption>
5     The playhead
6   </figcaption>
7 </figure>
8
9 <p>
10   The <dfn>playhead</dfn> is a red vertical line that indicates the current
11   position of playback.
12 </p>
13
14 <h2>Positioning the Playhead</h2>
15
16 <h3>Positioning the playhead at the current pointer position</h3>
17 <p>
18   Pressing <kbd>P</kbd> will set the playhead to the current position of
19   the mouse pointer, if it is within the editor track area.
20 </p>
21
22 <h3>Positioning the playhead on the timeline</h3>
23 <p>
24   A <kbd class="mouse">Left</kbd> click anywhere on the <a href="@@ruler">Ruler</a>
25   will move the playhead to that position.
26 </p>
27
28 <h3>Positioning the playhead with the transport clocks</h3>
29 <p>
30   Clicking on either the primary or secondary transport clock and
31   <a href="@@editing-clocks">editing their value</a> moves the playhead to a
32   specific position.
33 </p>
34
35 <h3>Positioning the playhead at a marker</h3>
36 <p>
37   <kbd class="mouse">Right</kbd> clicking on the marker and selecting either
38   <kbd class="menu">Locate to Here</kbd> or <kbd class="menu">Play from
39   Here</kbd> will place the playhead at the marker's position.
40 </p>
41 <p>
42   Alternatively, placing the mouse pointer on the marker and pressing
43   <kbd>P</kbd> sets the playhead precisely on the marker location.
44 </p>
45
46
47 <h2>Looping the Transport</h2>
48
49 <p>
50   When the <a href="@@the-loop-range">loop transport</a> button is pressed, the
51   playhead will jump the start of the loop range, and continue to the end of that
52   range before returning to the start and repeating.
53 </p>
54 <p>
55   While looping, a light green area is displayed in the Ruler over the tracks to
56   show the loop range.
57 </p>
58 <p>
59   By default, looping is bound to the <kbd>l</kbd> key.
60 </p>
61