2017-01-09 09:08:15 -05:00
|
|
|
|
2020-05-18 19:07:17 -04:00
|
|
|
<figure class="right">
|
2017-11-02 15:33:54 -04:00
|
|
|
<img class="mini" src="/images/add-track-or-bus.png" alt="the add-track dialog">
|
2017-06-12 10:54:47 -04:00
|
|
|
<figcaption>
|
|
|
|
The Add Track/Bus/VCA dialog.
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
A track, bus or VCA can be added to a session by either:
|
|
|
|
</p>
|
|
|
|
|
2017-01-09 09:08:15 -05:00
|
|
|
<ul>
|
2020-05-18 19:07:17 -04:00
|
|
|
<li>Choosing <kbd class="menu">Track > Add Track, Bus or VCA…</kbd></li>
|
|
|
|
<li><kbd class="mouse">Right</kbd>-clicking in an empty part of the track controls area</li>
|
|
|
|
<li>Clicking the <kbd class="menu">Plus (+)</kbd> button underneath the list of tracks in the mixer</li>
|
2017-01-09 09:08:15 -05:00
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
Any of these actions will open the Add Track/Bus/VCA dialog.
|
|
|
|
</p>
|
2017-11-02 15:33:54 -04:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The list of available track templates (both factory and user-created ones)
|
2020-05-18 19:07:17 -04:00
|
|
|
in the left panel allows for choosing the <a href="@@track-types">track's type</a>
|
|
|
|
(e.g. Audio, MIDI, bus, VCA, etc.). Some templates can do even more, like the
|
2017-11-02 15:33:54 -04:00
|
|
|
factory-provided <kbd class="menu">Live Band</kbd> that automatically creates
|
2020-05-18 19:07:17 -04:00
|
|
|
a typical number of tracks for a common band setup. See <a
|
2017-11-02 15:33:54 -04:00
|
|
|
href="@@newopen-session-dialog">New Session</a> for more information about
|
|
|
|
templates.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
Any template can be fine-tuned using the controls in the dialog:
|
2017-11-02 15:33:54 -04:00
|
|
|
</p>
|
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
2020-05-18 19:07:17 -04:00
|
|
|
<tr>
|
|
|
|
<th>Add</th>
|
|
|
|
<td>Selects the number of tracks, busses or VCAs to create.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Name</th>
|
|
|
|
<td>Defines the name of the new track. If multiple tracks are to be created,
|
|
|
|
or if a track with the same name already exists, a space and number will be
|
|
|
|
appended to the end (e.g.: Audio 1, Audio 2…).</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Configuration</th>
|
|
|
|
<td>This menu allows choosing from a number of routing templates, which
|
|
|
|
determines the number of input ports and optionally contains plugins and
|
|
|
|
other mixer strip configurations. The most common choices here are
|
|
|
|
<em>mono</em> and <em>stereo</em>.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Instrument</th>
|
2017-06-12 10:54:47 -04:00
|
|
|
<td>This option is only available for MIDI tracks and busses and allows the
|
2020-05-18 19:07:17 -04:00
|
|
|
selection of a default instrument from the list of available plugins.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Group</th>
|
|
|
|
<td>Tracks and busses can be assigned to groups so that a selected range of
|
|
|
|
operations are applied to all members of the group at the same time
|
|
|
|
(selecting record enable, or editing, for example). This option assigns the
|
|
|
|
new track/bus to an existing group, or creates a new group.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Pin Mode</th>
|
2017-11-02 15:33:54 -04:00
|
|
|
<td>Defines how the number of output responds to adding a plugin with a
|
2020-05-18 19:07:17 -04:00
|
|
|
different number of outputs than the track itself. In <em>Strict I/O</em>
|
|
|
|
mode, plugins cannot alter the track's channel count, while in <em>Flexible
|
|
|
|
I/O</em> mode, it will automatically adapt to the I/O of its plugins. See <a
|
|
|
|
href="@@trackbus-signal-flow">Signal flow</a> for details.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Position</th>
|
2017-06-12 10:54:47 -04:00
|
|
|
<td>Defines where in the track list is the track created. The default is
|
2020-05-18 19:07:17 -04:00
|
|
|
<em>Last</em>, i.e. after all the tracks and busses, and can also be
|
|
|
|
<em>First</em>, <em>Before Selection</em> (to place it just above the
|
|
|
|
selected track) or <em>After selection</em>.</td>
|
|
|
|
</tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
</table>
|
2017-01-09 09:08:15 -05:00
|
|
|
|
2017-11-02 15:33:54 -04:00
|
|
|
<p>
|
|
|
|
Multiple tracks of different types can be created by using the <kbd
|
2020-05-18 19:07:17 -04:00
|
|
|
class="menu">Add selected items (and leave dialog open)</kbd> button, which,
|
|
|
|
when used in conjunction with the <kbd class="menu">Add</kbd> field, allows
|
|
|
|
for a very fast and efficient way to create an initial track setup.
|
2017-11-02 15:33:54 -04:00
|
|
|
</p>
|
|
|
|
|
2017-01-09 09:08:15 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
New tracks appear in both the editor and mixer windows. The editor window
|
|
|
|
shows the timeline, with any recorded data, and the mixer shows just the
|
2020-05-18 19:07:17 -04:00
|
|
|
processor elements of the track (its plugins, fader, etc).
|
2017-01-09 09:08:15 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Removing Tracks and Busses</h2>
|
2020-05-18 19:07:17 -04:00
|
|
|
|
2017-01-09 09:08:15 -05:00
|
|
|
<p>
|
2020-05-18 19:07:17 -04:00
|
|
|
<dfn>Removing</dfn> tracks and busses is done by selecting them, <kbd
|
2017-06-12 10:54:47 -04:00
|
|
|
class="mouse">right</kbd>-clicking and choosing <kbd class="menu">Remove</kbd>
|
2020-05-18 19:07:17 -04:00
|
|
|
from the menu. A warning dialog will ask for confirmation as track removal
|
|
|
|
cannot be undone; this option should be used with care!
|
2017-01-09 09:08:15 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|