]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_controlling-playback.html
461685035e6fafe2e8b60110b46e2d36b3d3a3ca
[ardour-manual-diverged] / _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
33       soloed, see <a href="/mixing/muting-and-soloing/">Muting and
34           Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses.</li>
35       <li><dfn>Audition</dfn>: Blinks when using the import dialog to audition material.</li>
36       <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>
37     </ul></li>
38   <li>A global Meter, showing the level of the Master Output, see <a href="/ardours-interface/meters/">Metering in Ardour</a></li>
39   <li>the Mode Selector, allowing to switch between Editor and Mixer views, or edit the Preferences.</li>
40 </ul>
41
42 {% children %}