]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/05_controlling-playback.html
tweak control playback text
[ardour-manual] / _manual / 05_controlling-playback.html
index 9419cd39e66ab6caab3f18a017c577468f6d2482..461685035e6fafe2e8b60110b46e2d36b3d3a3ca 100644 (file)
@@ -2,11 +2,41 @@
 layout: default
 title: Controlling Playback
 ---                        
+  
+<p>
+  Ardour offers many ways to <dfn>control playback</dfn> of your session, 
+  including the transport bar, key bindings and remote controls. 
+  You can also use markers to define locations or ranges within 
+  the session and rapidly move around between them. 
+</p>
 
+<img src="/images/transport-bar.png" 
+alt="Ardour's transport bar" />
 
-  
-  
-<p>Ardour offers many ways to control playback of your session, including the transport bar, key bindings and remote controls. You can also use markers to define locations or ranges within the session and rapidly move around between them. </p>
-<p>Note that if you synchronize Ardour with other devices then some or all of these control methods may not be available - depending on the synchronization protocol, Ardour may respond only to commands sent from the other device(s).</p>
+<p class="note">
+  If you synchronize Ardour with other devices then some or 
+  all of these control methods may be unavailable &mdash; depending on 
+  the synchronization protocol, Ardour may respond only to commands 
+  sent from its master device(s).
+</p>
+
+<p>
+  The <dfn>Transport Bar</dfn> at the top of the window is made of :
+</p>
+
+<ul>
+  <li><a href="/controlling-playback/using-the-transport-bar/">the Transport Controls</a></li>
+  <li><a href="/ardours-interface/using-ardour-clock-displays/">the Clocks</a></li>
+  <li>3 status indicators:
+    <ul>
+      <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 disables any active explicit and implicit solo on all tracks and busses.</li>
+      <li><dfn>Audition</dfn>: Blinks when using the import dialog to audition material.</li>
+      <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>
+    </ul></li>
+  <li>A global Meter, showing the level of the Master Output, see <a href="/ardours-interface/meters/">Metering in Ardour</a></li>
+  <li>the Mode Selector, allowing to switch between Editor and Mixer views, or edit the Preferences.</li>
+</ul>
 
 {% children %}