e16d152e4bd11c62e1cc8a816915a1cbc82892a1
[ardour.git] / manual / xml / default_track_names.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="default-track-names">
8   <title>Default Track Names</title>
9   <para>
10     When a track is added to the session it is given a default name based on
11     the Track type. For example, the first audio track that is added to the
12     session will be given the name <literal>Audio 1</literal> and the first
13     bus will be called <literal>Bus 1</literal> and any subsequently added
14     tracks will be consecutively numbered.
15   </para>
16
17   <para>
18     Track names determine the names of the files created when recording to a
19     track so it is suggested that meaningful names are given to tracks, see
20     <xref linkend="renaming-tracks"/>
21   </para>
22 </section>