]> Shamusworld >> Repos - ardour-manual/blob - include/session-templates.html
Fix for internal anchor links in the build script.
[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 <p>
24   See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
25   for information on templates for individual tracks or busses.
26 </p>
27