]> Shamusworld >> Repos - ardour-manual/blob - include/adding-tracks-busses-and-vcas.html
no more Record Mode in add track/bus/vca dialog
[ardour-manual] / include / adding-tracks-busses-and-vcas.html
1
2 <figure class="right">
3     <img class="mini" 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
22 <p>
23   The list of available track templates (both factory and user-created ones)
24   in the left panel allows for choosing the <a href="@@track-types">track's type</a>
25   (e.g. Audio, MIDI, bus, VCA, etc.). Some templates can do even more, like the
26   factory-provided <kbd class="menu">Live Band</kbd> that automatically creates
27   a typical number of tracks for a common band setup. See <a
28   href="@@newopen-session-dialog">New Session</a> for more information about
29   templates.
30 </p>
31
32 <p>
33   Any template can be fine-tuned using the controls in the dialog:
34 </p>
35
36 <table class="dl">
37 <tr>
38   <th>Add</th>
39   <td>Selects the number of tracks, busses or VCAs to create.</td>
40 </tr>
41 <tr>
42   <th>Name</th>
43   <td>Defines the name of the new track. If multiple tracks are to be created,
44   or if a track with the same name already exists, a space and number will be
45   appended to the end (e.g.: Audio 1, Audio 2&hellip;).</td>
46 </tr>
47 <tr>
48   <th>Configuration</th>
49   <td>This menu allows choosing from a number of routing templates, which
50   determines the number of input ports and optionally contains plugins and
51   other mixer strip configurations. The most common choices here are
52   <em>mono</em> and <em>stereo</em>.</td>
53 </tr>
54 <tr>
55   <th>Instrument</th>
56   <td>This option is only available for MIDI tracks and busses and allows the
57   selection of a default instrument from the list of available plugins.</td>
58 </tr>
59 <tr>
60   <th>Group</th>
61   <td>Tracks and busses can be assigned to groups so that a selected range of
62   operations are applied to all members of the group at the same time
63   (selecting record enable, or editing, for example). This option assigns the
64   new track/bus to an existing group, or creates a new group.</td>
65 </tr>
66 <tr>
67   <th>Pin Mode</th>
68   <td>Defines how the number of output responds to adding a plugin with a
69   different number of outputs than the track itself. In <em>Strict I/O</em>
70   mode, plugins cannot alter the track's channel count, while in <em>Flexible
71   I/O</em> mode, it will automatically adapt to the I/O of its plugins. See <a
72   href="@@trackbus-signal-flow">Signal flow</a> for details.</td>
73 </tr>
74 <tr>
75   <th>Position</th>
76   <td>Defines where in the track list is the track created. The default is
77   <em>Last</em>, i.e. after all the tracks and busses, and can also be
78   <em>First</em>, <em>Before Selection</em> (to place it just above the
79   selected track) or <em>After selection</em>.</td>
80 </tr>
81 </table>
82
83 <p>
84   Multiple tracks of different types can be created by using the <kbd
85   class="menu">Add selected items (and leave dialog open)</kbd> button, which,
86   when used in conjunction with the <kbd class="menu">Add</kbd> field, allows
87   for a very fast and efficient way to create an initial track setup.
88 </p>
89
90 <p>
91   New tracks appear in both the editor and mixer windows. The editor window
92   shows the timeline, with any recorded data, and the mixer shows just the
93   processor elements of the track (its plugins, fader, etc).
94 </p>
95
96 <h2>Removing Tracks and Busses</h2>
97
98 <p>
99   <dfn>Removing</dfn> tracks and busses is done by selecting them, <kbd
100   class="mouse">right</kbd>-clicking and choosing <kbd class="menu">Remove</kbd>
101   from the menu. A warning dialog will ask for confirmation as track removal
102   cannot be undone; this option should be used with care!
103 </p>
104