]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/session-templates.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / 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:</p>
5 <ul>
6   <li>The number of tracks and busses, along with their names</li>
7   <li>The plugins present on each track or bus (if any)</li>
8   <li>All I/O connections</li>
9 </ul>
10
11 <h2>Creating a Session Template</h2>
12 <p>
13   Choose <kbd class="menu">Session &gt; Save Template</kbd>. A dialog will ask 
14   you for the name of the new template.
15 </p>
16 <h2>Using a Session Template</h2>
17 <p>
18   In the New Session dialog, choose the desired template from the combo 
19   selector.
20 </p>
21 <p>
22   Note that you can also use an existing session as a template, without 
23   saving it as one. This is available as an option in the New Session dialog. 
24   Doing this will not alter the existing session at all, but will use its track, 
25   bus and plugin configuration just like a template.
26 </p>
27 <p>
28   See also <a href="/working-with-tracks/adding-tracks-and-busses/">Adding Tracks and Busses</a> for information 
29   on templates for individual tracks or busses.
30 </p>
31   
32