]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/05_ardours-interface/03_the-transport-bar.html
Minimal commit for Paul.
[ardour-manual-diverged] / _manual / 05_ardours-interface / 03_the-transport-bar.html
diff --git a/_manual/05_ardours-interface/03_the-transport-bar.html b/_manual/05_ardours-interface/03_the-transport-bar.html
deleted file mode 100644 (file)
index 4e57da6..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
----
-title: Transport Bar
----
-
-
-<p>
-  The <dfn>Transport Bar</dfn> groups all the actions regarding the control of playback and recording.
-</p>
-
-<p><img src="/images/transport.png" alt="The transport controls" /></p>
-
-<p>
-  This bar is made of (from left to right):
-</p>
-
-<dl>
-       <dt>Midi Panic</dt><dd>Immediately stops all midi output.</dd>
-       <dt>Enable/disable Audio Click</dt><dd>Toggles (on/off) a click track (metronome) along the <a href="/working-with-tempo-and-meter/">tempo</a>. Right clicking brings up the <kbd class="menu">Click</kbd> submenu from the Preferences.</dd>
-       <dt>Go to Start of the Session</dt><dd>Jumps back at the beginning of the session, as defined by the <a href="/working-with-markers/">start marker</a>.</dd>
-       <dt>Go to End of the Session</dt><dd>Jumps forward to the end of the session, as defined by the <a href="/working-with-markers/">end marker</a>.</dd>
-       <dt>Play Loop Range</dt><dd>Repeats the defined <a href="/controlling-playback/">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 exits the loop without stopping and restarting playback.</dd>
-       <dt>Play Range/Selection</dt><dd>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.</dd>
-       <dt>Play from playhead</dt><dd>Starts the playback and optionally record (more below).</dd>
-       <dt>Stop</dt><dd>Whatever the playing mode (loop, range, &hellip;) stops all playback. Depending on other settings, some effects (like chorus or reverb) might still be audible for a while.</dd>
-       <dt>Toggle Record</dt><dd>Global switch button to activate/deactivate recording. While active, the button blinks red. The button doesn't start recording by itself: if one or more tracks are marked as record-enabled, pressing the "Play from Playhead" starts recording on those tracks. See <a href="/recording/">Recording</a>.</dd>
-</dl>
-
-<p class="note">
-  All these actions are bound to keyboard shortcuts, which allows for speedier use and more focused work.
-</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>
-  Under these buttons is the <dfn>Shuttle Speed Control</dfn> that allows to scrub through the audio quickly.
-</p>
-
-<p>
-  The Shuttle Speed Control supports 2 operating modes, that can be chosen with right click > Mode:
-</p>
-
-<ul>
-  <li><dfn>Sprung mode</dfn> that allows for a temporary scrub: it only scubs while the mouse is left clicked on the control.</li>
-  <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.</li>
-</ul>
-
-<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>
-
-<p>
-  The 3 vertical buttons on the right of the transport bar control the behaviour of the playhead:
-</p>
-
-<ul>
-  <li>The positional sync button (which might show <dfn>Internal</dfn>, or <dfn>MTC</dfn> or several other values) can be used to control whether or not the transport position and start is controlled by Ardour, or by an external positional synchronization source, such as MIDI Time Code (MTC), Linear Time Code (LTC) or JACK. (see <a href="/synchronization/timecode-generators-and-slaves/">Timecode Generators and Slaves</a>).</li>
-       <li><dfn>Follow Edits</dfn> is a toggle that can be used to control whether or not making a selection (range or object) will move the playhead to the start of the selection.</li>
-       <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 hearing the same piece of audio before and after tweaking it, without having to set a loop range on it.</li>
-</ul>
-
-<h2>Using Key Bindings</h2>
-<p>
-  Ardour has many available commands for playback control that can be bound
-  to keys. Many of them have default bindings, some do not, so the list below
-  shows both the default bindings and internal command names for some of them.
-</p>
-
-<dl class="wide-table">
-  <dt><kbd>Space</kbd></dt><dd>switch between playback and stop.</dd>
-  <dt><kbd>Home</kbd></dt><dd>Move playhead to session start marker</dd>
-  <dt><kbd>End</kbd></dt><dd>Move playhead to session end marker</dd>
-  <dt><kbd>&rarr;</kbd></dt><dd>Playhead to next region boundary</dd>
-  <dt><kbd>&larr;</kbd></dt><dd>Playhead to previous region boundary</dd>
-  <dt><kbd>0</kbd></dt><dd>Move playhead to start of the timeline</dd>
-</dl>
-
-Go to the <kdb class="menu">Transport</kbd> and <kdb class="menu">Transport &gt; Playhead</kbd> to find more.