summaryrefslogtreecommitdiff
path: root/manual/xml/templates.xml
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-02 04:29:55 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-02 04:29:55 +0000
commit56e384349b1c64b56e4c26faa6df788358d511e1 (patch)
tree45b56ab37919399abdf5f1aec05dbfd06a84df93 /manual/xml/templates.xml
parente0991be04d5fad5715a90b1fa6e38bcb5a0e5bce (diff)
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
Diffstat (limited to 'manual/xml/templates.xml')
-rw-r--r--manual/xml/templates.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/manual/xml/templates.xml b/manual/xml/templates.xml
new file mode 100644
index 0000000000..e54e431d4a
--- /dev/null
+++ b/manual/xml/templates.xml
@@ -0,0 +1,55 @@
+<?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>