]> Shamusworld >> Repos - ardour-manual/blob - _manual/05_controlling-playback/01_using-the-transport-bar.html
f95710e322a60f267ebeded09752416f3c14e8e0
[ardour-manual] / _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 below).</li>
23   <li><dfn>Stop</dfn>: Whatever the playing mode (loop, range, ...)
24   stops all playback. Depending on other settings, some effects (like
25   chorus or reverb) might still be audible for a while.</li>
26   <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>
27 </ul>
28
29 <p class="note">All this actions are bound to keyboard shortcuts, which allow for a speedier use, and a more focused work</p>  
30
31 <p>Under these buttons is the <dfn>Shuttle Speed Control</dfn> that allows to scrub through the audio quickly.</p>
32
33 <p>The Shuttle Speed Control supports 2 operating modes, that can be chosen with right click > Mode :</p>
34 <ul>
35   <li><dfn>Sprung mode</dfn> that allows for a temporary scrub : it only scubs while the mouse is left clicked on the control.</li>
36   <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.
37 </ul>
38 <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>
39
40 <p>The 3 vertical buttons on the right of the transport bar control the behviour of the playhead :</p>
41 <ul>
42   <li>The positional sync button (which might show <dfn>Internal</dfn>,
43   or <dfn>MTC</dfn> or several other values) can be used to control
44   whether or not the transport position and start is controlled by Ardour, or by an
45   external positional synchronization source, such as MIDI Time Code (MTC),
46   Linear Time Code (LTC) or JACK. (see <a href="/synchronization/timecode-generators-and-slaves/">Timecode Generators and Slaves</a>).</li>
47   <li><dfn>Follow Edits</dfn> is a toggle that can be used to control
48   whether or not making a selection (range or object) will move the playhead to the
49   start of the selection.</li>
50   <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 useful for earing back the same part of the audio before and after having tweaked it, without having to loop on it.</li>
51 </ul>
52
53
54
55
56