]> Shamusworld >> Repos - ardour-manual/blob - include/filenames-tab.html
Converts <img> to <figure> where it makes sense
[ardour-manual] / include / filenames-tab.html
1
2 <figure>
3     <img src="/images/a4_session_properties_filenames.png" alt="Session properties filenames tab">
4     <figcaption>
5       Session properties filenames tab
6     </figcaption>
7 </figure>
8
9 <p>
10   This tab is used to change how Ardour names recorded regions.
11   If <dfn>Prefix track number</dfn> is selected a unique number will appear on each track
12   in the <dfn>Editor</dfn> window and will prefix the region name. If the track number
13   is 2 and the region would have been Gtr-1.1 with track number prefix turned on the region
14   will be named 2_Gtr-1.1 instead.  See XX for base of the region name.
15 </p>
16
17 <p>
18   If <dfn>Prefix take name</dfn> is selected and the <dfn>Take name</dfn> has Take1 the region
19   will have the name Take1_Gtr-1.1 instead.  If both boxes are checked the name will be
20   Take1_2_Gtr-1.1 instead.
21 </p>
22
23 <p>
24   When <dfn>Prefix take name</dfn> is enabled, the first time a track is recorded it will
25   have the specified take name.  When recording is stopped, any trailing number on the
26   end of the take name will incremented by 1. If the track name specified doesn't have
27   a number on the end, the number 1 will be suffixed.
28 </p>
29