manual/include/controlling-playback.html

57 lines
1.6 KiB
HTML
Raw Normal View History

<h2>Positioning the Playhead</h2>
2017-01-17 03:46:03 -05:00
2014-02-04 14:26:03 -05:00
<p>
2017-01-17 03:46:03 -05:00
The <dfn>playhead</dfn> is a vertical line with two arrows at each end
2014-02-04 14:26:03 -05:00
that indicates the current position of playback.
</p>
2013-01-29 19:26:36 -05:00
<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
2014-02-04 14:26:03 -05:00
the pointer, if it is within the editor track area.
</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 timeline (rulers)
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>
2017-01-17 03:46:03 -05:00
Click on either the primary or secondary transport clock and
<a href="@@editing-clocks">edit their value</a>
2014-02-04 14:26:03 -05:00
to move the playhead to a specific position.
</p>
<h3>Positioning the playhead at a marker</h3>
2014-02-04 14:26:03 -05:00
<p>
2017-01-17 03:46:03 -05:00
Click <kbd class="mouse">Right</kbd> on the marker and select either
2014-02-04 14:26:03 -05:00
<kbd class="menu">Locate to here</kbd> or <kbd class="menu">Play from
2017-01-17 03:46:03 -05:00
here</kbd>.
2014-02-04 14:26:03 -05:00
</p>
<p>
2017-01-17 03:46:03 -05:00
Alternatively, place the pointer on the marker and press
2014-02-04 14:26:03 -05:00
<kbd>P</kbd> to set the playhead.
</p>
2017-01-17 03:46:03 -05:00
<h2>Looping the Transport</h2>
2017-01-17 03:46:03 -05:00
<p>
2017-01-17 03:46:03 -05:00
When the <dfn>loop transport</dfn> 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.
2017-01-17 03:46:03 -05:00
While looping, a light green area is displayed in the time ruler over
the tracks to show the loop range.
</p>
<p>
By default, looping is bound to the <kbd>l</kbd> key.
</p>
<p>
2017-01-17 03:46:03 -05:00
For more information on defining and altering the loop range see
<a href="@@the-loop-range">Loop Range Markers</a>.
</p>