]> Shamusworld >> Repos - ardour-manual/blob - include/whats-in-a-session.html
Update Luadoc for upcoming Ardour 7
[ardour-manual] / include / whats-in-a-session.html
1
2 <p>
3   The <dfn>Session</dfn> is the fundamental document type that is created and
4   modified by the Ardour workstation.  A Session is a folder on a computer
5   filesystem that contains all the items that pertain to a particular project
6   or "recording/editing/mixing session".
7 </p>
8 <p>
9   The Session folder includes these files and folders:
10 </p>
11 <ul>
12   <li><code><em>session_name</em>.ardour</code> the main session snapshot</li>
13   <li><code>*.ardour</code>, any additional snapshots </li>
14   <li><code><em>session_name</em>.ardour.bak</code>, the auto-backup snapshot</li>
15   <li><code><em>session_name</em>.history</code>, the undo history for the session </li>
16   <li><code>instant.xml</code>, which records the last-used  zoom scale and other metadata</li>
17   <li><code>interchange/</code>, a folder which holds the raw audio and MIDI
18   files (whether imported or recorded)</li>
19   <li><code>export/</code>, a folder which contains any files created by the
20   <kbd class="menu">Session &gt; Export</kbd> function</li>
21   <li><code>peaks/</code>, a folder which contains waveform renderings of
22   all audio files in the session</li>
23   <li><code>analysis/</code>, a folder which contains transient and pitch
24   information of each audio file that has been analysed</li>
25   <li><code>dead sounds/</code>, a folder which contains sound files which
26   Ardour has detected are no longer used in the session (during a <kbd
27   class="menu">Session &gt; Clean-up &gt; Clean-up Unused Sources</kbd>
28   operation, will be purged by <kbd class="menu">Flush Waste Basket</kbd>, see
29   <a href="@@cleaning-up-sessions">Cleaning Up Sessions</a>)</li>
30 </ul>
31 <p>
32   A session combines some setup information (such as audio and MIDI routing,
33   musical tempo &amp; meter, timecode synchronization, etc.) with one or more
34   Tracks and Buses, and all the Regions and Plug-Ins they contain.
35 </p>
36