]> Shamusworld >> Repos - ardour-manual/blob - include/adding-tracks-busses-and-vcas.html
Fix for internal anchor links in the build script.
[ardour-manual] / include / adding-tracks-busses-and-vcas.html
1
2 <figure class="left">
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 to choose 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 number of usual 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   The common templates have parameters to tweak:
34 </p>
35
36 <table class="dl">
37   <tr><th>Add</th>
38   <td>Selects the number of tracks, busses or VCAs to create.</td></tr>
39   <tr><th>Name</th>
40   <td>Defines the name of the new track(s). If multiple tracks are created, or if
41 a track with the same name already exists, a space and number will be happened
42 at the end (e.g.: Audio 1, Audio 2&hellip;).</td></tr>
43   <tr><th>Configuration</th>
44   <td>This menu allows to choose from a number of route templates, which determine
45 the number of input ports and optionally contain plugins and other mixer strip
46 configuration. The most common choices here are <em>mono</em> and
47 <em>stereo</em>.</td></tr>
48   <tr><th>Instrument</th>
49   <td>This option is only available for MIDI tracks and busses and allows the
50 selection of a default instrument from the list of available plugins.</td></tr>
51   <tr><th>Group</th>
52   <td>Tracks and busses can be assigned groups so that a selected range of
53   operations are applied to all members of a group at the same time (selecting
54   record enable, or editing, for example). This option assigns the new track/bus
55   to an existing group, or create a new group.</td></tr>
56   <tr><th>Pin Mode</th>
57   <td>Defines how the number of output responds to adding a plugin with a
58   different number of outputs than the track itself. In <em>Strict I/O</em> mode,
59   plugins cannot alter the track's channel count, while in <em>Flexible I/O</em>
60   mode, it will automatically adapt
61   to the I/O of its plugins. See <a href="@@trackbus-signal-flow">Signal flow</a>
62   to learn more about those options.</td></tr>
63   <tr><th>Record mode</th>
64   <td>This option is only available for audio tracks and affects how it behaves
65   when recording. See <a href="@@track-types#trackmodes">Track Modes</a> for
66   details.</td></tr>
67   <tr><th>Position</th>
68   <td>Defines where in the track list is the track created. The default is
69 <em>Last</em>, i.e. after all the tracks and busses, and can also be
70 <em>First</em>, <em>Before Selection</em> (to place it just above the selected
71 track) or <em>After selection</em>.</td></tr>
72 </table>
73
74 <p>
75   Multiple tracks of different types can be created by using the <kbd
76   class="menu">Add selected items (and leave dialog open)</kbd> button, which, used
77   in conjunction with the <kbd class="menu">Add</kbd> field, allows for a very efficient
78   and fast way to create a base track setup.
79 </p>
80
81 <p>
82   New tracks appear in both the editor and mixer windows. The editor window
83   shows the timeline, with any recorded data, and the mixer shows just the
84   processing elements of the track (its plugins, fader and so on).
85 </p>
86
87 <h2>Removing Tracks and Busses</h2>
88 <p>
89   <dfn>Removing</dfn> tracks and busses, is done by selecting them, <kbd
90   class="mouse">right</kbd>-clicking and choosing <kbd class="menu">Remove</kbd>
91   from the menu. A warning dialog will pop up, as track removal cannot be undone;
92   this option should be used with care!
93 </p>
94