]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-playback.html
Move content from _manual/ to include/.
[ardour-manual] / include / controlling-playback.html
1
2 <h2>Positioning the Playhead</h2>
3
4 <p>
5   The <dfn>playhead</dfn> is a vertical line with two arrows at each end
6   that indicates the current position of playback.
7 </p>
8
9 <h3>Positioning the playhead at the current pointer position</h3>
10 <p>
11   Pressing <kbd>P</kbd> will set the playhead to the current position of
12   the pointer, if it is within the editor track area.
13 </p>
14
15 <h3>Positioning the playhead on the timeline</h3>
16 <p>
17   A <kbd class="mouse">Left</kbd> click anywhere on the timeline (rulers)
18   will move the playhead to that position.
19 </p>
20
21 <h3>Positioning the playhead with the transport clocks</h3>
22 <p>
23   Click on either the primary or secondary transport clock and
24   <a href="/introducing-ardour/basic-gui-operations/editing-clocks/">edit their value</a> 
25   to move the playhead to a specific position.
26 </p>
27
28 <h3>Positioning the playhead at a marker</h3>
29 <p>
30   Click <kbd class="mouse">Right</kbd> on the marker and select either
31   <kbd class="menu">Locate to here</kbd> or <kbd class="menu">Play from
32   here</kbd>.
33 </p>
34 <p>
35   Alternatively, place the pointer on the marker and press
36   <kbd>P</kbd> to set the playhead.
37 </p>
38
39
40 <h2>Looping the Transport</h2>
41
42 <p>
43   When the <dfn>loop transport</dfn> button is pressed, the playhead will
44   jump the start of the loop range, and continue to the end of that range
45   before returning to the start and repeating.
46   While looping, a light green area is displayed in the time ruler over
47   the tracks to show the loop range.
48 </p>
49 <p>
50   By default, looping is bound to the <kbd>l</kbd> key.
51 </p>
52 <p>
53   For more information on defining and altering the loop range see
54   <a href="/working-with-markers/loop-range/">Loop Range Markers</a>.
55 </p>
56