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