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