]> Shamusworld >> Repos - ardour-manual/blob - _manual/08_working-with-sessions/07_session-templates.html
Collapse diagrams/ into images/.
[ardour-manual] / _manual / 08_working-with-sessions / 07_session-templates.html
1 ---
2 layout: default
3 title: Session Templates
4 ---                        
5   
6 <p>
7   <dfn>Session templates</dfn> are a way to store the setup of a session 
8   for future use. They do not store any <em>audio</em> data but can store:</p>
9 <ul>
10   <li>The number of tracks and busses, along with their names</li>
11   <li>The plugins present on each track or bus (if any)</li>
12   <li>All I/O connections</li>
13 </ul>
14
15 <h2>Creating a Session Template</h2>
16 <p>
17   Choose <kbd class="menu">Session &gt; Save Template</kbd>. A dialog will ask 
18   you for the name of the new template.
19 </p>
20 <h2>Using a Session Template</h2>
21 <p>
22   In the New Session dialog, choose the desired template from the combo 
23   selector.
24 </p>
25 <p>
26   Note that you can also use an existing session as a template, without 
27   saving it as one. This is available as an option in the New Session dialog. 
28   Doing this will not alter the existing session at all, but will use its track, 
29   bus and plugin configuration just like a template.
30 </p>
31 <p>
32   See also <a href="/working-with-tracks/adding-tracks-and-busses/">Adding Tracks and Busses</a> for information 
33   on templates for individual tracks or busses.
34 </p>
35