Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / templates.xml
blob0b39eb7d770438bc95904a6d83bf5319dc6309fe
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="sn-templates">
8   <title>Session Templates</title>
9   <para>
10     Ardour allows you to create templates that specify the number of tracks
11     and busses, the I/O configuration and other aspects of the session. When
12     creating a new session, you can specify a template and it will be
13     created to match the template settings. To create a template, you will
14     need to be working on an existing session. Make sure that the session is
15     setup to in exactly the way you would like the template to be. Choose
16     <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Save
17     Template</guisubmenu> </menuchoice>.
18   </para>
20   <para>
21     To open the Save Template dialog enter a name for the template and click
22     <guibutton>Save</guibutton> or
23     <keycombo><keycap>Ctrl</keycap><keycap>S</keycap></keycombo> to store
24     the template using the current session configuration. Templates are
25     basically session files without any audio data references. They are
26     stored in your <filename>.ardour</filename> folder.
27   </para>
28   <mediaobject>
29     <imageobject>
30       <imagedata fileref="images/save_template_dialog.png"/>
31     </imageobject>
32   </mediaobject>
33   <section id="sn-using-a-template">
34     <title>Using a template</title>
35     <para>
36       When opening a new session, instead of leaving the <guibutton>New
37       setup</guibutton> button selected in the New Session dialog, click the
38       <guibutton>Use template</guibutton> button, and then click on the name
39       of the template you would like to use. Note that this option does not
40       appear until you have saved at least one template.
41     </para>
42   </section>
43 <!--
44         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
45                 href="Some_Subsection.xml" />
46         -->
47 </section>