manual/include/controlling-playback.html

62 lines
1.7 KiB
HTML
Raw Normal View History

<figure class="right">
<img src="/images/the-playhead.png" alt="The playhead">
<figcaption>
The playhead
</figcaption>
</figure>
2017-01-17 03:46:03 -05:00
2014-02-04 14:26:03 -05:00
<p>
The <dfn>playhead</dfn> is a red vertical line that indicates the current
position of playback.
2014-02-04 14:26:03 -05:00
</p>
2013-01-29 19:26:36 -05:00
<h2>Positioning the Playhead</h2>
<h3>Positioning the playhead at the current pointer position</h3>
2014-02-04 14:26:03 -05:00
<p>
2017-01-17 03:46:03 -05:00
Pressing <kbd>P</kbd> will set the playhead to the current position of
the mouse pointer, if it is within the editor track area.
2014-02-04 14:26:03 -05:00
</p>
2013-01-29 19:26:36 -05:00
<h3>Positioning the playhead on the timeline</h3>
2014-02-04 14:26:03 -05:00
<p>
A <kbd class="mouse">Left</kbd> click anywhere on the <a href="@@ruler">Ruler</a>
2014-02-04 14:26:03 -05:00
will move the playhead to that position.
</p>
<h3>Positioning the playhead with the transport clocks</h3>
2014-02-04 14:26:03 -05:00
<p>
Clicking on either the primary or secondary transport clock and
<a href="@@editing-clocks">editing their value</a> moves the playhead to a
specific position.
2014-02-04 14:26:03 -05:00
</p>
<h3>Positioning the playhead at a marker</h3>
2014-02-04 14:26:03 -05:00
<p>
<kbd class="mouse">Right</kbd> clicking on the marker and selecting either
<kbd class="menu">Locate to Here</kbd> or <kbd class="menu">Play from
Here</kbd> will place the playhead at the marker's position.
2014-02-04 14:26:03 -05:00
</p>
<p>
Alternatively, placing the mouse pointer on the marker and pressing
<kbd>P</kbd> sets the playhead precisely on the marker location.
2014-02-04 14:26:03 -05:00
</p>
2017-01-17 03:46:03 -05:00
<h2>Looping the Transport</h2>
2017-01-17 03:46:03 -05:00
<p>
When the <a href="@@the-loop-range">loop transport</a> button is pressed, the
playhead will jump the start of the loop range, and continue to the end of that
range before returning to the start and repeating.
</p>
<p>
While looping, a light green area is displayed in the Ruler over the tracks to
show the loop range.
</p>
<p>
By default, looping is bound to the <kbd>l</kbd> key.
</p>