]> Shamusworld >> Repos - ardour-manual/blob - include/the-session-menu.html
Add basic documentation on the Quick Audio Export dialog
[ardour-manual] / include / the-session-menu.html
1
2 <p>
3   The <kbd class="menu">Session</kbd> menu groups together everything related to the session and the file operations.
4 </p>
5
6 <table class="dl">
7         <tr><th>New&hellip;</th><td>Creates a <a href="@@newopen-session-dialog">new</a> session</td></tr>
8         <tr><th>Open&hellip;</th><td>Opens an existing session</td></tr>
9         <tr><th>Recent&hellip;</th><td>Opens a list of recent sessions that can be opened</td></tr>
10         <tr><th>Close</th><td>Closes the current session (but not Ardour)</td></tr>
11
12         <tr><th>Save</th><td>Saves the current session</td></tr>
13         <tr><th>Save As&hellip;</th><td>Saves to a new session (with options)</td></tr>
14         <tr><th>Rename&hellip;</th><td>Changes the name of the session</td></tr>
15         <tr><th>Snapshot (&amp; keep working on current version)&hellip;</th><td>Create a <a href="@@snapshots">Snapshot</a> but any subsequent change will be saved to this session</td></tr>
16         <tr><th>Snapshot (&amp; switch to new version)&hellip;</th><td>Same thing, and any subsequent change will be saved to this new snapshot session</td></tr>
17         <tr><th>Save Template&hellip;</th><td>Saves the session as a <a href="@@session-templates">template</a>, without the audio</td></tr>
18         <tr><th>Archive&hellip;</th><td>Exports the session as a <a href="@@backup-and-sharing-of-sessions">compressed file</a> for archiving or sharing purposes, optionally compressing the audio to FLAC</td></tr>
19         
20         <tr><th>Add Track, Bus or VCA&hellip;</th><td>Adds a <a href="@@adding-tracks-busses-and-vcas">new track/bus/VCA</a> to the session, same as the <kbd class="menu">Track &gt; Add Track, Bus or VCA&hellip;</kbd></td></tr>
21
22         <tr><th>Import</th><td>Opens the <a href="@@adding-pre-existing-material">Import</a> windows, to add media to the session</td></tr>
23         <tr><th>Import PT session</th><td>Import a ProTools&copy; session file. Not everything in the original session can be imported.</td></tr>
24         <tr><th>Open Video&hellip;</th><td>Imports a <a href="@@video-timeline-and-monitoring">video file</a> in the session</td></tr>
25         <tr><th>Remove Video</th><td>Removes the video part of the session (the video timeline disappears)</td></tr>
26         <tr><th>Loudness Assistant&hellip;</th><td>Shows the Loudness Analyzer and Normalizer, allowing an in-depth analysis of the master bus' volume for the final export</td></tr>
27         <tr><th colspan="2">Export</th></tr>
28                 <tr><th class="sub1">Quick Audio Export&hellip;</th><td><a href="@@quick-audio-export">Export</a> a selection or the entire session to audio with just a few settings</td></tr>
29                 <tr><th class="sub1">Export to Audio File(s)&hellip;</th><td><a href="@@mixdown">Export</a> all or part of the session in audio form</td></tr>
30                 <tr><th class="sub1">Stem export&hellip;</th><td><a href="@@export-dialog">Exports each track</a> as its own audio file (for e.g. DAW interchange)</td></tr>
31                 <tr><th class="sub1">Export to Video File</th><td>Exports the session to a <a href="@@workflow-amp-operations">video file</a></td></tr>
32         
33         <tr><th>&square; Properties</th><td>Shows the <a href="@@session-properties">Session Properties</a> dialog, allowing to fine-tune the parameters of the current session</td></tr>
34         <tr><th colspan="2">Monitor Section</th></tr>
35                 <tr><th class="sub1">&square; Use Monitor Section</th><td>Shortcut for the homonymous session property, adds a <a href="@@monitor-section">Monitor Section</a> to the Mixer</td></tr>
36                 <tr><th class="sub1">&square; Mute</th><td>Shortcut for the global monitor "Mute" control also available in the mixer's Monitor Section</td></tr>
37                 <tr><th class="sub1">&square; Dim</th><td>Shortcut for the global monitor "Dim" control also available in the mixer's Monitor Section</td></tr>
38                 <tr><th class="sub1">&square; Mono</th><td>Shortcut for the global monitor "Mono" control also available in the mixer's Monitor Section</td></tr>
39         <tr><th colspan="2">Metadata</th></tr>
40                 <tr><th class="sub1">Edit Metadata&hellip;</th><td>Opens the <a href="@@metadata">Metadata</a> window, where information about the session can be saved</td></tr>
41                 <tr><th class="sub1">Import Metadata&hellip;</th><td>Creates the metadata by extracting them from another session</td></tr>
42
43         <tr><th colspan="2">Clean-Up</th></tr>
44                 <tr><th class="sub1">Bring all media into session folder</th><td>Copies all the media files imported from outside the session folder in that folder, see <a href="@@cleaning-up-sessions">Cleaning up Sessions</a></td></tr>
45                 <tr><th class="sub1">Rebuild Peak Files</th><td>Reinitializes the buffered images representing the audio files</td></tr>
46                 <tr><th class="sub1">Clean-up Unused Sources&hellip;</th><td>Quarantines all the media files not used in the session to a specific sub-folder of the session</td></tr>
47                 <tr><th class="sub1">Clean-up Unused Regions&hellip;</th><td>Deletes the regions that are not used in the session</td></tr>
48                 <tr><th class="sub1">Flush Wastebasket</th><td>Deletes those quarantined files</td></tr>
49         
50         <tr><th>Lock</th><td>Locks the session by showing an Unlock window that (until clicked) blocks every action on Ardour's window</td></tr>
51
52         <tr><th>Quit</th><td>Exits Ardour. Prompts for saving the session if it has been modified.</td></tr>
53 </table>
54