13
0
livetrax/manual/xml/default_track_names.xml
Tim Mayberry 670fc6a9e0 Moved track renaming into its own section and file, also rewritten to
include fix for 1467

Added small section on default track names

Updated section and chapter templates to reference version 4.4 of the 
docbook DTD



git-svn-id: svn://localhost/ardour2/trunk@1431 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-08 05:48:04 +00:00

23 lines
804 B
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="default-track-names">
<title>Default Track Names</title>
<para>
When a track is added to the session it is given a default name based on the
Track type. For example, the first audio track that is added to the session
will be given the name <literal>Audio 1</literal> and the first bus will be
called <literal>Bus 1</literal> and any subsequently added tracks will be
consecutively numbered.
</para>
<para>
Track names determine the names of the files created when recording to a
track so it is suggested that meaningful names are given to tracks, see
<xref linkend="renaming-tracks"/>
</para>
</section>