2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-05 12:32:01 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
Ardour offers three <dfn>track types</dfn> depending on the type of
|
2014-02-05 12:32:01 -05:00
|
|
|
data they contain, and differentiates between three <dfn>track modes</dfn>,
|
|
|
|
depending on their recording behaviour.
|
|
|
|
</p>
|
2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-05 12:32:01 -05:00
|
|
|
<h2>Track types</h2>
|
|
|
|
<p>
|
|
|
|
An Ardour track can be of type <dfn>audio</dfn> or <dfn>MIDI</dfn>,
|
2017-02-25 00:30:29 -05:00
|
|
|
depending on the <dfn>data</dfn> that the track will primarily record
|
|
|
|
and play back. <em>However, either type of track can pass either
|
2014-02-05 12:32:01 -05:00
|
|
|
type of data.</em> Hence, for example, one might have a MIDI track that
|
2017-02-25 00:30:29 -05:00
|
|
|
contains an instrument plugin; such a track would record and play back
|
|
|
|
MIDI data from disk but would produce audio, since the instrument plugin
|
2014-02-05 12:32:01 -05:00
|
|
|
would turn MIDI data into audio data.
|
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-12 10:54:47 -04:00
|
|
|
Nevertheless, when adding tracks to a session, its content is typically
|
|
|
|
known, and Ardour offers three choices:
|
2014-02-05 12:32:01 -05:00
|
|
|
</p>
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th>Audio</th>
|
2019-06-21 06:14:41 -04:00
|
|
|
<td>An <dfn>Audio Track</dfn> is created with a user-specified number of
|
|
|
|
inputs. The number of outputs is defined by the master bus channel count
|
2019-07-30 10:14:34 -04:00
|
|
|
(for details see <a href="@@channel-configuration">Channel Configuration</a>).
|
|
|
|
This is the type of track to use when planning to work with
|
2019-06-21 06:14:41 -04:00
|
|
|
existing or newly recorded audio.</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>MIDI</th>
|
2019-06-21 06:14:41 -04:00
|
|
|
<td>A <dfn>MIDI track</dfn> is created with a single MIDI input, and a
|
|
|
|
single MIDI output. This is the type of track to use when planning to
|
|
|
|
record and play back MIDI. There are several methods to enable playback
|
|
|
|
of a MIDI track: add an instrument plugin to the track, connect the
|
|
|
|
track to a software synthesizer, or connect it to external MIDI hardware.
|
|
|
|
<p class="note">
|
|
|
|
If an instrument plugin is added, the MIDI track outputs audio alongside
|
|
|
|
MIDI data.
|
|
|
|
</p></td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
<tr><th>Audio/MIDI</th>
|
2019-06-21 06:14:41 -04:00
|
|
|
<td>There are a few notable plugins that can usefully accept both <dfn>Audio
|
|
|
|
and MIDI</dfn> data (Reaktor is one, and various "auto-tune" like plugins
|
|
|
|
are another). It can be tricky to configure this type of track manually,
|
|
|
|
so Ardour allows to select this type specifically for use with such
|
|
|
|
plugins. It is <em>not</em> generally the right choice when working normal
|
|
|
|
MIDI tracks, and a dialog will warn of this.</td></tr>
|
|
|
|
<tr><th>Audio or MIDI Bus</th>
|
|
|
|
<td>A bus is a pseudo-track where multiple audio tracks can be mixed together
|
|
|
|
for some common processing before being routed to the Master Bus (which itself
|
|
|
|
is a bus). A bus doesn't contain any regions or audio/MIDI data, it is fed a
|
|
|
|
signal by <a href="@@aux-sends">sends</a> from one or multiple other tracks, or
|
|
|
|
by <a href="@@audiomidi-busses-mixer-strips">connecting tracks outputs</a> to
|
|
|
|
the bus' input. Busses are often used to apply one effect on multiple tracks,
|
|
|
|
with the benefits of having the same parameters and less computer processing
|
|
|
|
required as only one instance of the plugin is used.<br>
|
|
|
|
Ardour can differentiate Audio busses from MIDI busses, allowing e.g. one
|
|
|
|
instrument plugin to be used for several MIDI tracks.<br>
|
|
|
|
A bus output can also be routed to another bus.
|
|
|
|
</td></tr>
|
|
|
|
<tr><th>VCA</th>
|
|
|
|
<td>A <abbr title="Voltage-Controlled Amplifier">VCA</abbr> is a way to group
|
|
|
|
together tracks or busses to enable grouped-control over gain, solo and mute.
|
|
|
|
Like the Bus, it does not contain regions, but unlike it, it does not contain
|
2019-06-21 08:55:11 -04:00
|
|
|
effects either. VCAs are commonly used to group together related tracks (e.g. "drums"
|
2019-06-21 06:14:41 -04:00
|
|
|
or "vocals") to allow controlling the gain of all those tracks at once in the
|
|
|
|
mix while retaining their relative gain.<br>
|
|
|
|
VCAs are fed audio by <a href="@@control-masters-mixer-strips">assigning them</a>
|
2020-05-18 19:07:17 -04:00
|
|
|
to one or more tracks or busses.
|
2019-06-21 06:14:41 -04:00
|
|
|
</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
</table>
|
2013-07-03 10:39:00 -04:00
|
|
|
|