mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
additions. Add dbhelper.vim key stroke mappings I use for working with docbook source. There are no xsl or css files for customizing the html output so it will look really boring...this will only be temporary. Support for content localization and generation of pdf's is planned. git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
53 lines
1.1 KiB
XML
53 lines
1.1 KiB
XML
<?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>
|
|
<menuchoice>
|
|
<guimenu>Session</guimenu>
|
|
<guisubmenu>Add Track/Bus</guisubmenu>
|
|
</menuchoice>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="images/add_track_bus.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
|
|
<para>
|
|
In the Add Tracks dialog, choose whether you wish to add a new Track or a new Bus.
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
Enter the number of new tracks/busses you want to add.
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para>
|
|
Choose the I/O configuration of the tracks/busses you are adding using
|
|
the clickbox.
|
|
</para>
|
|
|
|
<!--
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="Some_Subsection.xml" />
|
|
-->
|
|
|
|
</section>
|