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