Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / default_track_names.xml
blob67d1e4f75d355bdbc945b3e7b3b34f9447defeb8
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="default-track-names">
8   <title>Default Track Names</title>
9   <indexterm>
10     <primary>Tracks</primary>
11     <secondary>Names</secondary>
12   </indexterm>
13   <para>
14     When a track is added to the session it is given a default name based on
15     the Track type. For example, the first audio track that is added to the
16     session will be given the name <literal>Audio 1</literal> and the first
17     bus will be called <literal>Bus 1</literal> and any subsequently added
18     tracks will be consecutively numbered.
19   </para>
21   <para>
22     Track names determine the names of the files created when recording to a
23     track so it is suggested that meaningful names are given to tracks, see
24     <xref linkend="renaming-tracks"/>
25   </para>
26 </section>