]> Shamusworld >> Repos - ardour-manual/blob - include/adding-tracks-busses-and-vcas.html
Rephrasing more, removing an outdated page
[ardour-manual] / include / adding-tracks-busses-and-vcas.html
1
2 <figure class="right">
3     <img src="/images/add-track-or-bus.png" alt="the add-track dialog">
4     <figcaption>
5       The Add Track/Bus/VCA dialog.
6     </figcaption>
7 </figure>
8
9 <p>
10   A track, bus or VCA can be added to a session by either:
11 </p>
12
13 <ul>
14   <li>Choosing <kbd class="menu">Track &gt; Add Track, Bus or VCA&hellip;</kbd>.</li>
15   <li><kbd class="mouse">Right</kbd>-clicking in an empty part of the track controls area.</li>
16   <li>Clicking the <kbd class="menu">Plus (&plus;)</kbd> button underneath the list of tracks in the mixer.</li>
17 </ul>
18 <p>
19   Any of these actions will open the Add Track/Bus/VCA dialog.
20 </p>
21 <table class="dl">
22   <tr><th>Add</th>
23   <td>Selects the number of tracks, busses or VCAs to create, and their <a
24 href="@@track-types">types</a>.</td></tr>
25   <tr><th>Name</th>
26   <td>Defines the name of the new track(s). If multiple tracks are created, or if
27 a track with the same name already exists, a space and number will be happened
28 at the end (e.g.: Audio 1, Audio 2&hellip;)</td></tr>
29   <tr><th>Configuration</th>
30   <td>This menu allows to choose from a number of route templates, which determine
31 the number of input ports and optionally contain plugins and other mixer strip
32 configuration. The most common choices here are <em>mono</em> and
33 <em>stereo</em>.</td></tr>
34   <tr><th>Record mode</th>
35   <td>This option is only available for audio tracks and affects how it behaves
36 when recording. See <a href="@@track-types#trackmodes">Track Modes</a> for
37 details.</td></tr>
38   <tr><th>Instrument</th>
39   <td>This option is only available for MIDI tracks and busses and allows the
40 selection of a default instrument from the list of available plugins.</td></tr>
41   <tr><th>Group</th>
42   <td>Tracks and busses can be assigned groups so that a selected range of
43   operations are applied to all members of a group at the same time (selecting
44   record enable, or editing, for example). This option assigns the new track/bus
45   to an existing group, or create a new group.</td></tr>
46   <tr><th>Insert</th>
47   <td>Defines where in the track list is the track created. The default is
48 <em>Last</em>, i.e. after all the tracks and busses, and can also be
49 <em>First</em>, <em>Before Selection</em> (to place it just above the selected
50 track) or <em>After selection</em>.</td></tr>
51   <tr><th>Output Ports</th>
52   <td>Defines how the number of output responds to adding a plugin with a
53 different number of outputs than the track itself. in <em>Strict I/O</em> mode,
54 the track will only use a few of the plugins I/O and will keep its own number of
55 output fixed, while in <em>Flexible I/O</em> mode, it will automatically adapt
56 to the I/O of its plugins. See <a href="@@trackbus-signal-flow">Signal flow</a>
57 to learn more about those options.</td></tr>
58 </table>
59
60 <p>
61   New tracks appear in both the editor and mixer windows. The editor window
62   shows the timeline, with any recorded data, and the mixer shows just the
63   processing elements of the track (its plugins, fader and so on).
64 </p>
65
66 <h2>Removing Tracks and Busses</h2>
67 <p>
68   <dfn>Removing</dfn> tracks and busses, is done by selecting them, <kbd
69   class="mouse">right</kbd>-clicking and choosing <kbd class="menu">Remove</kbd>
70   from the menu. A warning dialog will pop up, as track removal cannot be undone;
71   this option should be used with care!
72 </p>