Conditionally compile CMT additions, enabled by default.
[ardour.git] / manual / xml / adding_tracks.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-adding-tracks">
8   <title>Adding Tracks</title>
9   <para>
10     To add a new Track or Bus activate the New Track Dialog
11   </para>
12
13   <itemizedlist>
14     <listitem>
15       <para>
16         Choose <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Add
17         Track/Bus</guisubmenu> </menuchoice>
18       </para>
19       <mediaobject>
20         <imageobject>
21           <imagedata fileref="images/add_track_bus.png"/>
22         </imageobject>
23       </mediaobject>
24     </listitem>
25
26     <listitem>
27       <para>
28         Choose whether you wish to add a new Track or a new Bus.
29       </para>
30     </listitem>
31
32     <listitem>
33       <para>
34         Enter the number of new tracks/busses you want to add.
35       </para>
36     </listitem>
37
38     <listitem>
39       <para>
40         Choose the channel configuration for the Tracks or Busses you are
41         adding.
42       </para>
43     </listitem>
44
45     <listitem>
46       <para>
47         If you are creating a Track choose whether to create a normal track
48         or a Tape Track.
49       </para>
50     </listitem>
51   </itemizedlist>
52
53   <note>
54     <para>
55       If you choose <literal>Manual Setup</literal> for the channel
56       configuration then the tracks will be created with no inputs and you
57       will have to configure the I/O configuration of the track using the
58       <link linkend="input-output-connections-editor">I/O Connections
59       Editor</link>
60     </para>
61   </note>
62 <!--
63         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
64                 href="Some_Subsection.xml" />
65         -->
66 </section>