Fix the formatting of appendix elements in the manual
[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   <indexterm>
10     <primary>Tracks</primary>
11     <secondary>Adding</secondary>
12   </indexterm>
13   <para>
14     To add a new Track or Bus activate the New Track Dialog
15   </para>
16
17   <itemizedlist>
18     <listitem>
19       <para>
20         Choose <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Add
21         Track/Bus</guisubmenu> </menuchoice>
22       </para>
23       <mediaobject>
24         <imageobject>
25           <imagedata fileref="images/add_track_bus.png"/>
26         </imageobject>
27       </mediaobject>
28     </listitem>
29
30     <listitem>
31       <para>
32         Choose whether you wish to add a new Track or a new Bus.
33       </para>
34     </listitem>
35
36     <listitem>
37       <para>
38         Enter the number of new tracks/busses you want to add.
39       </para>
40     </listitem>
41
42     <listitem>
43       <para>
44         Choose the channel configuration for the Tracks or Busses you are
45         adding.
46       </para>
47     </listitem>
48
49     <listitem>
50       <para>
51         If you are creating a Track choose whether to create a normal track
52         or a Tape Track.
53       </para>
54     </listitem>
55   </itemizedlist>
56
57   <note>
58     <para>
59       If you choose <literal>Manual Setup</literal> for the channel
60       configuration then the tracks will be created with no inputs and you
61       will have to configure the I/O configuration of the track using the
62       <link linkend="input-output-connections-editor">I/O Connections
63       Editor</link>
64     </para>
65   </note>
66 <!--
67         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
68                 href="Some_Subsection.xml" />
69         -->
70 </section>