manual/include/whats-in-a-session.html

45 lines
2.1 KiB
HTML
Raw Normal View History

2014-02-04 19:17:18 -05:00
<p>
The <dfn>Session</dfn> is the fundamental document type that is created and
modified by the Ardour workstation. A Session is a folder on a computer
filesystem that contains all the items that pertain to a particular project
2014-02-04 19:17:18 -05:00
or "recording/editing/mixing session".
</p>
<p>
The Session folder includes these files and folders:
</p>
2013-07-02 17:36:37 -04:00
<ul>
2014-02-04 19:17:18 -05:00
<li><code><em>session_name</em>.ardour</code> the main session snapshot</li>
<li><code>*.ardour</code>, any additional snapshots </li>
<li><code><em>session_name</em>.ardour.bak</code>, the auto-backup snapshot</li>
<li><code><em>session_name</em>.history</code>, the undo history for the session </li>
<li><code>instant.xml</code>, which records the last-used zoom scale and other metadata</li>
<li><code>interchange/</code>, a folder which holds the raw audio and MIDI
2014-02-04 19:17:18 -05:00
files (whether imported or recorded)</li>
<li><code>export/</code>, a folder which contains any files created by the
<kbd class="menu">Session &gt; Export</kbd> function</li>
<li><code>peaks/</code>, a folder which contains waveform renderings of
all audio files in the session</li>
<li><code>analysis/</code>, a folder which contains transient and pitch
2014-02-04 19:17:18 -05:00
information of each audio file that has been analysed</li>
<li><code>dead sounds/</code>, a folder which contains sound files which
2014-02-04 19:17:18 -05:00
Ardour has detected are no longer used in the session (during a <kbd
class="menu">Session &gt; Clean-up &gt; Clean-up Unused Sources</kbd>
2017-03-20 04:48:22 -04:00
operation, will be purged by <kbd class="menu">Flush Waste Basket</kbd>, see
<a href="@@cleaning-up-sessions">Cleaning Up Sessions</a>)</li>
2013-07-02 17:36:37 -04:00
</ul>
2014-02-04 19:17:18 -05:00
<p>
A session combines some setup information (such as audio and MIDI routing,
musical tempo &amp; meter, timecode synchronization, etc.) with one or more
2014-02-04 19:17:18 -05:00
Tracks and Buses, and all the Regions and Plug-Ins they contain.
</p>
<p>
Ardour supports loading session files created with older versions of the
program. The oldest known version is 2.8 released in 2009. With very few
exceptions, Ardour will load all session data from such files. The data that
2023-10-31 22:28:46 -04:00
cannot be supported (e.g. the old way of storing region fades) will be
skipped entirely.
</p>