13
0
livetrax/manual/xml/templates.xml
Tim Mayberry 56e384349b Add the ardour manual converted to docbook format with only a few minor
additions.

Add dbhelper.vim key stroke mappings I use for working with docbook source.

There are no xsl or css files for customizing the html output so it will 
look really boring...this will only be temporary.

Support for content localization and generation of pdf's is planned.



git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02 04:29:55 +00:00

56 lines
1.8 KiB
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="sn-templates">
<title>Session Templates</title>
<para>
Ardour allows you to create templates that specify the number of
tracks and busses, the I/O configuration and other aspects of the
session. When creating a new session, you can specify a template and it
will be created to match the template settings. To create a template,
you will need to be working on an existing session. Make sure that the
session is setup to in exactly the way you would like the template to
be. Choose
<menuchoice>
<guimenu>Session</guimenu>
<guisubmenu>Save Template</guisubmenu>
</menuchoice>.
</para>
<para>
To open the Save Template dialog enter a name for the template and click
<guibutton>Save</guibutton> or
<keycombo><keycap>Ctrl</keycap><keycap>S</keycap></keycombo> to store
the template using the current session configuration. Templates are
basically session files without any audio data references. They are
stored in your <filename>.ardour</filename> folder.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/save_template_dialog.png"/>
</imageobject>
</mediaobject>
<section id="sn-using-a-template">
<title>Using a template</title>
<para>
When opening a new session, instead of leaving the <guibutton>New setup</guibutton>
button selected in the New Session dialog, click the <guibutton>Use template</guibutton>
button, and then click on the name of the template you would like to
use. Note that this option does not appear until you have saved at
least one template.
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>