]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_controlling-playback/01_using-the-transport-bar.html
Documenting the Transport Bar and modifying the CSS for prettier checkboxes
[ardour-manual-diverged] / _manual / 05_controlling-playback / 01_using-the-transport-bar.html
1 ---
2 layout: default
3 title: Using the Transport Bar
4 ---                        
5
6 <p>
7   The <dfn>Transport Bar</dfn> groups all the actions regarding the control of
8 playback and recording.
9 </p>
10 <img src="/images/transport.png" 
11 alt="The transport controls" />
12
13 <p>This bar is made of (from left to right):</p>
14
15 <ul>
16   <li><dfn>Midi Panic</dfn>: allows to immediately stop all midi output.</li>
17   <li><dfn>Enable/disable Audio Click</dfn>: Toggles (on/off) a click track (metronome) along the <a href="/tempo-meter/tempo-and-meter/">tempo</a>.</li>
18   <li><dfn>Go to Start of the Session</dfn>: Jumps back at the beginning of the session, as defined by the <a href="/working-with-markers/">start marker</a>.</li>
19   <li><dfn>Go to End of the Session</dfn>: Jumps forward to the end of the session, as defined by the <a href="/working-with-markers/">end marker</a>.</li>
20   <li><dfn>Play Loop Range</dfn>: Repeats the defined <a href="/controlling-playback/looping-the-transport/">loop</a> as defined by the <a href="/working-with-markers/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 allows to exit the loop without stopping and restarting the playback.</li>
21   <li><dfn>Play Range/Selection</dfn>: 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.</li>
22   <li><dfn>Play from playhead</dfn>: Starts the playback and optionnally record (more bellow).</li>
23   <li><dfn>Stop</dfn>: Whatever the playing mode (loop, range, ...) stops all playback. Some effects (like chorus) might still be audible for a while.</li>
24   <li><dfn>Toggle Record</dfn>: Global switch button to activate/desactivate recording. While active, the button blinks red. The button doesn"t start the recording itself : if one or more tracks are marked as record-enabled, pressing the "Play from Playhead" starts the recording on this/these track(s). See <a href="/recording/">Recording</a>.</li>
25 </ul>
26
27 <p class="note">All this actions are binded to keyboard shortcuts, which allow for a speedier use, and a more focused work</p>  
28
29 <p>Under these buttons is the <dfn>Shuttle Speed Control</dfn> that allows to scrub through the audio quickly.</p>
30
31 <p>The Shuttle Speed Control supports 2 operating modes, that can be chosen with right click > Mode :</p>
32 <ul>
33   <li><dfn>Sprung mode</dfn> that allows for a temporary scrub : it only scubs while the mouse is left clicked on the control.</li>
34   <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.
35 </ul>
36 <p>The mode is displayed on the right of the control. The current playback speed is shown by a green slider, that is square and centered when the playback speed is normal (1X) and becomes a circle when its changed. The further from the center the slider is set, the faster the playback will scrub in both directions, as displayed on the left of the control.<p>
37
38 <p>The 3 vertical buttons on the right of the transport bar control the behviour of the playhead :</p>
39 <ul>
40   <li><dfn>Internal/MTC</dfn> defines if the current timecode is handled by Ardour, or by an external Midi device (see <a href="/synchronization/timecode-generators-and-slaves/">Timecode Generators and Slaves</a>).</li>
41   <li><dfn>Follow Edits</dfn> is a toggle switch that defines if the playhead is moved when using the Grab Mode or the Range Mode tools, i.e. if any action on the canvas moves the playhead along.</li>
42   <li><dfn>Auto Return</dfn> is a toggle switch too. When active, pressing the Stop button returns the playhead to its previous position, and when inactive, pressing Stop keeps the playhead at its current location. Activating Auto Return can be usefull for earing back the same part of the audio before and after having tweaked it, without having to loop on it.</li>
43 </ul>
44
45
46
47
48