2017-02-14 09:51:09 -05:00
|
|
|
<h2>The transport controls</h2>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
|
|
|
<p>
|
2017-02-21 10:53:18 -05:00
|
|
|
The <dfn>Transport Bar</dfn> groups all the actions regarding the control of
|
|
|
|
playback and recording.
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
2019-01-24 06:00:52 -05:00
|
|
|
<figure>
|
|
|
|
<img src="/images/transport.png" alt="The transport controls">
|
|
|
|
<figcaption>
|
|
|
|
The transport controls
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2021-08-18 17:10:31 -04:00
|
|
|
<h3 id="transport_action_buttons">Transport action buttons</h3>
|
2017-01-13 05:32:49 -05:00
|
|
|
<p>
|
2021-08-18 17:10:31 -04:00
|
|
|
The upper row contains transport actions, that are all bound to keyboard
|
|
|
|
shortcuts, which allows for speedier use and more focused work:
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th>Midi Panic</th><td>Immediately stops all midi output.</td></tr>
|
|
|
|
<tr><th>Enable/disable Audio Click</th><td>Toggles (on/off) a click track (metronome)
|
2017-02-21 10:53:18 -05:00
|
|
|
along the <a href="@@tempo-and-meter">tempo</a>. Right clicking brings up the
|
|
|
|
<kbd class="menu">Click</kbd> submenu from the Preferences. Scrolling with
|
2017-03-14 12:43:24 -04:00
|
|
|
the mouse wheel adjusts the gain of the click.</td></tr>
|
|
|
|
<tr><th>Go to Start of the Session</th><td>Jumps back at the beginning of the session,
|
|
|
|
as defined by the <a href="@@working-with-markers">start marker</a>.</td></tr>
|
|
|
|
<tr><th>Go to End of the Session</th><td>Jumps forward to the end of the session,
|
|
|
|
as defined by the <a href="@@working-with-markers">end marker</a>.</td></tr>
|
|
|
|
<tr><th>Play Loop Range</th><td>Repeats the defined <a href="@@controlling-playback">loop</a>
|
2017-02-21 10:53:18 -05:00
|
|
|
as defined by the <a href="@@the-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
|
2017-03-14 12:43:24 -04:00
|
|
|
stopping and restarting playback.</td></tr>
|
|
|
|
<tr><th>Play Range/Selection</th><td>If a range has been defined using the Range
|
2017-02-21 10:53:18 -05:00
|
|
|
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
|
2017-03-14 12:43:24 -04:00
|
|
|
or selected region.</td></tr>
|
|
|
|
<tr><th>Play from playhead</th><td>Starts the playback and optionally record (more
|
|
|
|
below).</td></tr>
|
|
|
|
<tr><th>Stop</th><td>Whatever the playing mode (loop, range, …) stops all
|
2017-02-21 10:53:18 -05:00
|
|
|
playback. Depending on other settings, some effects (like chorus or reverb)
|
2017-03-14 12:43:24 -04:00
|
|
|
might still be audible for a while.</td></tr>
|
|
|
|
<tr><th>Toggle Record</th><td>Global switch button to activate/deactivate recording.
|
2017-02-21 10:53:18 -05:00
|
|
|
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
|
2017-06-16 10:27:07 -04:00
|
|
|
"Play from Playhead" starts recording on those tracks.</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
</table>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2017-01-23 11:17:42 -05:00
|
|
|
<p class="note">
|
2017-06-02 05:29:11 -04:00
|
|
|
If Ardour is synchronized with other devices then some or all of these control
|
2017-02-21 10:53:18 -05:00
|
|
|
methods may be unavailable—depending on the synchronization protocol,
|
|
|
|
Ardour may respond only to commands sent from its master device(s).
|
2017-01-23 11:17:42 -05:00
|
|
|
</p>
|
|
|
|
|
2021-08-18 17:10:31 -04:00
|
|
|
<h3 id="transport_modifiers">The Transport modifiers</h3>
|
|
|
|
<h4 id="transport_shuttle">The Shuttle Speed Control</h4>
|
2017-01-13 05:32:49 -05:00
|
|
|
<p>
|
2021-08-18 17:10:31 -04:00
|
|
|
Under these buttons is the <dfn>Shuttle Speed Control</dfn> that
|
|
|
|
allows to <em>temporarily</em> scrub through the audio quickly. The slider
|
|
|
|
decides the playback speed: the further from the center it is set,
|
|
|
|
the faster the playback will scrub in both directions. The range of
|
|
|
|
this acceleration can be set by <kbd class="mouse">right</kbd>
|
|
|
|
clicking the control and setting the multiplier, between 1.5
|
|
|
|
(± 150%) and 8 (± 800%).
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
2021-08-18 17:10:31 -04:00
|
|
|
|
|
|
|
<h4 id="transport_varispeed">VariSpeed</h4>
|
2017-01-13 05:32:49 -05:00
|
|
|
<p>
|
2021-08-18 17:10:31 -04:00
|
|
|
The <kbd class="menu">VS</kbd> (for <em>V</em>ari<em>S</em>peed)
|
|
|
|
button sets a <em>constant</em> playback/record speed. It can be set
|
|
|
|
in semitones (1 semitone = × 2 <sup>1⁄12</sup> ≈
|
|
|
|
105,9%), or cents of semitones, and is armed/disarmed by clicking the
|
2022-06-17 11:48:00 -04:00
|
|
|
button. The <kbd class="menu">VS</kbd> button will blink when VariSpeed
|
|
|
|
is enabled. Whether or not this VariSpeed is persistent when
|
2021-08-18 17:10:31 -04:00
|
|
|
stopping/restarting transport depends on the <kbd class="option">Reset
|
|
|
|
default speed on stop</kbd> parameter in the <a
|
|
|
|
href="@@preferences#preferences-transport">Preferences</a>.
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
2021-08-18 17:10:31 -04:00
|
|
|
<h4 id="transport_sync">Transport Sync</h4>
|
2017-01-13 05:32:49 -05:00
|
|
|
<p>
|
2017-02-14 09:51:09 -05:00
|
|
|
On the left of the slider is the positional sync button (which might show <dfn>Internal</dfn>,
|
|
|
|
or <dfn>MTC</dfn> or several other values), than 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
|
2017-02-17 06:02:54 -05:00
|
|
|
(see <a href="@@timecode-generators-and-slaves">Timecode Generators and Slaves</a>).
|
2017-02-14 09:51:09 -05:00
|
|
|
</p>
|
2021-08-18 17:10:31 -04:00
|
|
|
|
|
|
|
<h4 id="transport_status">Transport Status</h4>
|
2017-01-13 05:32:49 -05:00
|
|
|
<p>
|
2017-02-21 10:53:18 -05:00
|
|
|
The current playback status (Stop, Play, or speed %) is shown on the right of
|
|
|
|
the speed slider.
|
2017-01-13 05:32:49 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Using Key Bindings</h2>
|
|
|
|
<p>
|
2017-01-20 03:05:01 -05:00
|
|
|
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
|
2017-01-13 05:32:49 -05:00
|
|
|
shows both the default bindings and internal command names for some of them.
|
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
2017-06-02 05:29:11 -04:00
|
|
|
<tr><th><kbd>Space</kbd></th><td>Switch between playback and stop.</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th><kbd>Home</kbd></th><td>Move playhead to session start marker</td></tr>
|
|
|
|
<tr><th><kbd>End</kbd></th><td>Move playhead to session end marker</td></tr>
|
|
|
|
<tr><th><kbd>→</kbd></th><td>Playhead to next region boundary</td></tr>
|
|
|
|
<tr><th><kbd>←</kbd></th><td>Playhead to previous region boundary</td></tr>
|
|
|
|
<tr><th><kbd>0</kbd></th><td>Move playhead to start of the timeline</td></tr>
|
|
|
|
</table>
|
2017-01-13 05:32:49 -05:00
|
|
|
|
2017-02-14 09:51:09 -05:00
|
|
|
<p>
|
2021-08-18 17:10:31 -04:00
|
|
|
The <kbd class="menu">Transport</kbd> and <kbd class="menu">Transport >
|
|
|
|
Playhead</kbd> menus contain a lot more transport actions and their key bindings.
|
2017-02-14 09:51:09 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|