]> Shamusworld >> Repos - ardour-manual/blob - include/session-templates.html
b8135df6ca1ae124d7e9fd52638c88b83826dc78
[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.
16 </p>
17
18 <h2>Using a Session Template</h2>
19 <p>
20   In the New Session dialog, a combo selector allows to choose the desired
21   template.
22 </p>
23 <p class="note">
24   An existing session can also be used as a template, without saving it as one.
25   This is available as an option in the New Session dialog. Doing this will not
26   alter the existing session at all, but will use its track, bus and plugin
27   configuration just like a template.
28 </p>
29 <p>
30   See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
31   for information on templates for individual tracks or busses.
32 </p>