]> Shamusworld >> Repos - ardour-manual/blob - _manual/05_controlling-playback.html
Documenting the Transport Bar and modifying the CSS for prettier checkboxes
[ardour-manual] / _manual / 05_controlling-playback.html
1 ---
2 layout: default
3 title: Controlling Playback
4 ---                        
5   
6 <p>
7   Ardour offers many ways to <dfn>control playback</dfn> of your session, 
8   including the transport bar, key bindings and remote controls. 
9   You can also use markers to define locations or ranges within 
10   the session and rapidly move around between them. 
11 </p>
12
13 <img src="/images/transport-bar.png" 
14 alt="Ardour's transport bar" />
15
16 <p class="note">
17   If you synchronize Ardour with other devices then some or 
18   all of these control methods may be unavailable &mdash; depending on 
19   the synchronization protocol, Ardour may respond only to commands 
20   sent from its master device(s).
21 </p>
22
23 <p>
24   The <dfn>Transport Bar</dfn> at the top of the window is made of :
25 </p>
26
27 <ul>
28   <li><a href="/controlling-playback/using-the-transport-bar/">the Transport Controls</a></li>
29   <li><a href="/ardours-interface/using-ardour-clock-displays/">the Clocks</a></li>
30   <li>3 status indicators:
31     <ul>
32       <li><dfn>Solo</dfn>: Blinks when 1 or more track(s) are being soloed, see <a href="/mixing/muting-and-soloing/">Muting and Soloing</a>. Clicking this button while active toggles the solo off on all tracks.</li>
33       <li><dfn>Audition</dfn>: Blinks when using the import dialog to audition material.</li>
34       <li><dfn>Feedback</dfn>: Blinks when Ardour detects a <dfn>feedback loop</dfn>, which happens when the output of an audio signal chain is plugged back to its input. This is probably not wanted and can be dangerous for the hardware and the listener.</li>
35     </ul></li>
36   <li>A global Meter, showing the level of the Master Output, see <a href="/ardours-interface/meters/">Metering in Ardour</a></li>
37   <li>the Mode Selector, allowing to switch between Editor and Mixer views, or edit the Preferences.</li>
38 </ul>
39
40 {% children %}