]> Shamusworld >> Repos - ardour-manual/blob - include/session-templates.html
Say how to get to template manager
[ardour-manual] / include / session-templates.html
1
2 <p>
3   <dfn>Session templates</dfn> are a way to store the setup of a session
4   for future use. They do not store any <em>audio</em> data but can store:
5 </p>
6 <ul>
7   <li>The number of tracks and busses, along with their names</li>
8   <li>The plugins present on each track or bus (if any)</li>
9   <li>All I/O connections</li>
10 </ul>
11
12 <h2>Creating a Session Template</h2>
13 <p>
14   The <kbd class="menu">Session &gt; Save Template</kbd> shows a dialog asking
15   for the name of the new template, and a description.
16 </p>
17
18 <h2>Using a Session Template</h2>
19 <p>
20   In the <a href="@@newopen-session-dialog">New Session dialog</a>, a panel lists the different
21   template (factory and user-created).
22 </p>
23
24 <h2>Managing Templates</h2>
25 To manage templates, choose <b>Window</b> > <b>Templates</b>. To access this menu item, you have to have a session open. 
26
27 <figure>
28   <img src="/images/manage_templates.png" alt="The Manage Templates window">
29   <figcaption>
30     The Manage Templates window
31   </figcaption>
32 </figure>
33
34 <p>
35   Both Session templates and Track Templates can be managed through the Manage Templates
36   window, which can perform the following actions:
37 </p>
38 <ul>
39   <li>Renaming a template</li>
40   <li>Removing one</li>
41   <li>Adding/modifying its description</li>
42   <li>Exporting the templates (e.g. to be used in another Ardour instance)</li>
43   <li>Importing templates (from e.g. another Ardour instance).</li>
44 </ul>
45
46
47 <p>
48   See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
49   for information on templates for individual tracks or busses.
50 </p>