manual/include/session-templates.html

28 lines
844 B
HTML
Raw Normal View History

2014-02-04 19:17:18 -05:00
<p>
<dfn>Session templates</dfn> are a way to store the setup of a session
for future use. They do not store any <em>audio</em> data but can store:
</p>
2013-07-02 17:36:37 -04:00
<ul>
2014-02-04 19:17:18 -05:00
<li>The number of tracks and busses, along with their names</li>
<li>The plugins present on each track or bus (if any)</li>
<li>All I/O connections</li>
2013-07-02 17:36:37 -04:00
</ul>
2014-02-04 19:17:18 -05:00
<h2>Creating a Session Template</h2>
<p>
The <kbd class="menu">Session &gt; Save Template</kbd> shows a dialog asking
for the name of the new template, and a description.
2014-02-04 19:17:18 -05:00
</p>
2014-02-04 19:17:18 -05:00
<h2>Using a Session Template</h2>
<p>
In the <a href="@@newopen-session-dialog">New Session dialog</a>, a panel lists the different
template (factory and user-created).
2014-02-04 19:17:18 -05:00
</p>
<p>
See also <a href="@@adding-tracks-busses-and-vcas">Adding Tracks and Busses</a>
for information on templates for individual tracks or busses.
2014-02-04 19:17:18 -05:00
</p>