]> Shamusworld >> Repos - ardour-manual/blobdiff - include/session-templates.html
A tiny addendum to the bbt markers doc
[ardour-manual] / include / session-templates.html
index b8135df6ca1ae124d7e9fd52638c88b83826dc78..3d665cd6ccd91c51bb829c960951e543a22afed5 100644 (file)
 <h2>Creating a Session Template</h2>
 <p>
   The <kbd class="menu">Session &gt; Save Template</kbd> shows a dialog asking
-  for the name of the new template.
+  for the name of the new template, and a description.
 </p>
 
 <h2>Using a Session Template</h2>
 <p>
-  In the New Session dialog, a combo selector allows to choose the desired
-  template.
+  In the <a href="@@newopen-session-dialog">New Session dialog</a>, a panel lists the different
+  template (factory and user-created).
 </p>
-<p class="note">
-  An existing session can also be used as a template, without saving it as one.
-  This is available as an option in the New Session dialog. Doing this will not
-  alter the existing session at all, but will use its track, bus and plugin
-  configuration just like a template.
+
+<h2>Managing Templates</h2>
+To manage templates, choose <b>Window</b> > <b>Templates</b>. To access this menu item, you have to have a session open. 
+
+<figure>
+  <img src="/images/manage_templates.png" alt="The Manage Templates window">
+  <figcaption>
+    The Manage Templates window
+  </figcaption>
+</figure>
+
+<p>
+  Both Session templates and Track Templates can be managed through the Manage Templates
+  window, which can perform the following actions:
 </p>
+<ul>
+  <li>Renaming a template</li>
+  <li>Removing one</li>
+  <li>Adding/modifying its description</li>
+  <li>Exporting the templates (e.g. to be used in another Ardour instance)</li>
+  <li>Importing templates (from e.g. another Ardour instance).</li>
+</ul>
+
+
 <p>
   See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
   for information on templates for individual tracks or busses.