]> Shamusworld >> Repos - ardour-manual/blob - _manual/10_working-with-tracks/02_adding-tracks-and-busses.html
21aade33c03e1ada7365f74fba02bd39edbd5eb6
[ardour-manual] / _manual / 10_working-with-tracks / 02_adding-tracks-and-busses.html
1 ---
2 layout: default
3 title: Adding Tracks and Busses
4 ---                        
5
6 <img class="right" src="/images/add-track-or-bus.png" alt="the add-track dialog" />
7 <p>A track or bus can be added to a session in various ways:</p>
8 <ul>
9   <li>Choose <kbd class="menu">Track &gt; Add Track or Bus</kbd>.</li>
10   <li><kbd class="mouse">Right</kbd>-click in an empty part of the track controls area.</li>
11   <li>Click the <kbd class="menu">Plus (+)</kbd> button underneath the list of tracks in the mixer.</li>
12 </ul>
13 <p>
14   Any of these actions will open the Add Track or Bus dialog. Note that any 
15   new tracks from this dialog will appear after the last currently selected 
16   track, or at the end if no track is selected.
17 </p>
18 <dl>
19   <dt>Add</dt>
20   <dd>Here you can select the number of tracks or busses you wish to create, and
21   their <a href="/working-with-tracks/track-types/">types</a>.</dd>
22   <dt>Configuration</dt>
23   <dd>This menu lets you choose from a number of route
24   templates, which determine the number of input ports and optionally
25   contain plugins and other mixer strip configuration.</dd>
26   <dt>Track mode</dt>
27   <dd>This option is only available for audio tracks. See <a href="/working-with-tracks/track-types/#trackmodes">Track Modes</a> for details.</dd>
28   <dt>Instrument</dt>
29   <dd>This option is only available for MIDI tracks and lets you select a
30   default instrument from the list of available plugins.</dd>
31   <dt>Group</dt>
32   <dd>Tracks and busses can be assigned groups so that a selected range of 
33   operations are applied to all members of a group at the same time (selecting 
34   record enable, or editing, for example). This option lets you assign to an 
35   existing group, or create a new group.</dd>
36 </dl>
37 <p>
38   New tracks appear in both the editor and mixer windows. The editor window 
39   shows the timeline, with any recorded data, and the mixer shows just the 
40   processing elements of the track (its plugins, fader and so on).
41 </p>
42
43 <h2>Removing Tracks and Busses</h2>
44 <p>
45   To <dfn>remove</dfn> tracks and busses, select them, <kbd
46   class="mouse">right</kbd>-click and choose <kbd
47   class="menu">Remove</kbd> 
48   from the menu. A warning dialog will pop up, as track removal cannot be undone; 
49   use this option with care!
50 </p>
51