summaryrefslogtreecommitdiff
path: root/manual/xml/adding_tracks.xml
blob: 6c89e036281de5e81a82d5ce22109ccd72838670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" standalone="no"?>

<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [

]>

<section id="sn-adding-tracks">
  <title>Adding Tracks</title>
  <para>
    To add a new Track or Bus activate the New Track Dialog
  </para>

  <itemizedlist>
    <listitem>
      <para>
        Choose <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Add
        Track/Bus</guisubmenu> </menuchoice>
      </para>
      <mediaobject>
        <imageobject>
          <imagedata fileref="images/add_track_bus.png"/>
        </imageobject>
      </mediaobject>
    </listitem>

    <listitem>
      <para>
        Choose whether you wish to add a new Track or a new Bus.
      </para>
    </listitem>

    <listitem>
      <para>
        Enter the number of new tracks/busses you want to add.
      </para>
    </listitem>

    <listitem>
      <para>
        Choose the channel configuration for the Tracks or Busses you are
        adding.
      </para>
    </listitem>

    <listitem>
      <para>
        If you are creating a Track choose whether to create a normal track
        or a Tape Track.
      </para>
    </listitem>
  </itemizedlist>

  <note>
    <para>
      If you choose <literal>Manual Setup</literal> for the channel
      configuration then the tracks will be created with no inputs and you
      will have to configure the I/O configuration of the track using the
      <link linkend="input-output-connections-editor">I/O Connections
      Editor</link>
    </para>
  </note>
<!--
	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
		href="Some_Subsection.xml" />
	-->
</section>