]> Shamusworld >> Repos - ardour-manual/blob - _manual/07_working-with-sessions/02_whats-in-a-session.html
Logical order for session pages (fix)
[ardour-manual] / _manual / 07_working-with-sessions / 02_whats-in-a-session.html
1 ---
2 layout: default
3 title: What's In A Session?
4 ---                        
5
6
7   
8   
9 <p>The Session is the fundamental document type that is created and modified by the Ardour workstation.  A "Session" is a folder on your computer filesystem that contains all the items that pertain to a particular project or "recording/editing/mixing session".</p>
10 <p>The Session folder includes these files and folders:</p>
11 <ul>
12 <li>    The main session snapshot (session_name.ardour)
13 </li>
14 <li>    Any additional snapshots (filenames ending in ardour)
15 </li>
16 <li>    the auto-backup snapshot (session_name.ardour.bak)
17 </li>
18 <li>    the undo history for the session (session_name.history)
19 </li>
20 <li>    the instant file (instant.xml) which records the last-used zoom scale and other metadata
21 </li>
22 <li>    a folder called "interchange" which holds your raw audio and MIDI files (whether imported or recorded)
23 </li>
24 <li>    a folder called "export" which contains any files created by the "Export" function
25 </li>
26 <li>    a folder called "peaks" which contains a waveform rendering of each raw audio file in the session
27 </li>
28 <li>    a folder called "analysis" which contains transient and pitch information of each raw audio file
29 </li>
30 <li>    a folder called "dead sounds" which contains sounds which Ardour has detected are no longer used in the session
31 </li>
32 </ul>
33 <p>A session combines some setup information (such as audio and MIDI routing, musical tempo &amp; meter, timecode synchronization, etc.) with one or more Tracks and Buses, and all the Regions and Plug-Ins they contain.</p>
34