]> Shamusworld >> Repos - ardour-manual/blob - include/transport-bar.html
a0ab30a4ab63fdb11ee42c25c0c31d45a7293ade
[ardour-manual] / include / transport-bar.html
1 <h2>The transport controls</h2>
2
3 <p>
4   The <dfn>Transport Bar</dfn> groups all the actions regarding the control of playback and recording.
5 </p>
6
7 <img src="/images/transport.png" alt="The transport controls">
8
9 <p>
10   This bar is made of (from left to right):
11 </p>
12
13 <dl>
14         <dt>Midi Panic</dt><dd>Immediately stops all midi output.</dd>
15         <dt>Enable/disable Audio Click</dt><dd>Toggles (on/off) a click track (metronome) along the <a href="@@tempo-and-meter">tempo</a>. Right clicking brings up the <kbd class="menu">Click</kbd> submenu from the Preferences.</dd>
16         <dt>Go to Start of the Session</dt><dd>Jumps back at the beginning of the session, as defined by the <a href="@@working-with-markers">start marker</a>.</dd>
17         <dt>Go to End of the Session</dt><dd>Jumps forward to the end of the session, as defined by the <a href="@@working-with-markers">end marker</a>.</dd>
18         <dt>Play Loop Range</dt><dd>Repeats the defined <a href="@@controlling-playback">loop</a> as defined by the <a href="@@the-loop-range">Loop range</a>, until the "Stop playback" button is pressed. Clicking the "Play loop Range" button while already active switches to normal Play mode, which exits the loop without stopping and restarting playback.</dd>
19         <dt>Play Range/Selection</dt><dd>If a range has been defined using the Range Mode button, plays the range, of if an audio or MIDI region is selected, plays this region. In both cases, the playback stops at the end of the range or selected region.</dd>
20         <dt>Play from playhead</dt><dd>Starts the playback and optionally record (more below).</dd>
21         <dt>Stop</dt><dd>Whatever the playing mode (loop, range, &hellip;) stops all playback. Depending on other settings, some effects (like chorus or reverb) might still be audible for a while.</dd>
22         <dt>Toggle Record</dt><dd>Global switch button to activate/deactivate recording. While active, the button blinks red. The button doesn't start recording by itself: if one or more tracks are marked as record-enabled, pressing the "Play from Playhead" starts recording on those tracks. See <a href="@@record-setup">Recording</a>.</dd>
23 </dl>
24
25 <p class="note">
26   All these actions are bound to keyboard shortcuts, which allows for speedier use and more focused work.
27 </p>
28
29 <p class="note">
30   If you synchronize Ardour with other devices then some or all of these control methods may be unavailable&mdash;depending on the synchronization protocol, Ardour may respond only to commands sent from its master device(s).
31 </p>
32
33 <p>
34   Under these buttons is the <dfn>Shuttle Speed Control</dfn> that allows to scrub through the audio quickly. The slider decides the playback speed : the further from the center it is set, the faster the playback will scrub in both directions.
35 </p>
36 <p>
37   The Shuttle Speed Control supports 2 operating modes, that can be chosen with right click > Mode:
38 </p>
39 <ul>
40   <li><dfn>Sprung mode</dfn> that allows for a temporary scrub: it only scubs while the mouse is left clicked on the control.</li>
41   <li><dfn>Wheel mode</dfn> that allows to set a playback speed until the "Stop" button is pressed, which stops the playback and resets its speed.</li>
42 </ul>
43
44 <p>
45   On the left of the slider is the positional sync button (which might show <dfn>Internal</dfn>,
46   or <dfn>MTC</dfn> or several other values), than can be used to control whether or not the
47   transport position and start is controlled by Ardour, or by an external positional
48   synchronization source, such as MIDI Time Code (MTC), Linear Time Code (LTC) or JACK
49   (see <a href="@@timecode-generators-and-slaves">Timecode Generators and Slaves</a>).
50 </p>
51 <p>
52   The current playback status (Stop, Play, or speed %) is shown on the right of the speed slider.
53 </p>
54
55
56 <h2>Using Key Bindings</h2>
57 <p>
58   Ardour has many available commands for playback control that can be bound
59   to keys. Many of them have default bindings, some do not, so the list below
60   shows both the default bindings and internal command names for some of them.
61 </p>
62
63 <dl class="wide-table">
64   <dt><kbd>Space</kbd></dt><dd>switch between playback and stop.</dd>
65   <dt><kbd>Home</kbd></dt><dd>Move playhead to session start marker</dd>
66   <dt><kbd>End</kbd></dt><dd>Move playhead to session end marker</dd>
67   <dt><kbd>&rarr;</kbd></dt><dd>Playhead to next region boundary</dd>
68   <dt><kbd>&larr;</kbd></dt><dd>Playhead to previous region boundary</dd>
69   <dt><kbd>0</kbd></dt><dd>Move playhead to start of the timeline</dd>
70 </dl>
71
72 <p>
73   Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt; Playhead</kbd> to find more.
74 </p>
75