]> Shamusworld >> Repos - ardour-manual/blob - include/the-session-menu.html
Rearrangement and cleanup of Part I.
[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 <dl>
7         <dt>New&hellip;</dt><dd>Creates a <a href="@@newopen-session-dialog">new</a> session</dd>
8         <dt>Open&hellip;</dt><dd>Opens an existing session</dd>
9         <dt>Recent&hellip;</dt><dd>Opens a list of recent session that can be opened</dd>
10         <dt>Close</dt><dd>Closes the current session (but not Ardour)</dd>
11
12         <dt>Save</dt><dd>Saves the current session</dd>
13         <dt>Save As&hellip;</dt><dd>Saves to a new session (with options)</dd>
14         <dt>Rename&hellip;</dt><dd>Changes the name of the session</dd>
15         <dt>Snapshot (&amp; keep working on current version)&hellip;</dt><dd>Create a <a href="@@snapshots">Snapshot</a> but any subsequent change will be saved to this session</dd>
16         <dt>Snapshot (&amp; switch to new version)&hellip;</dt><dd>Same thing, and any subsequent change will be saved to this new snapshot session</dd>
17         <dt>Save Template&hellip;</dt><dd>Saves the session as a <a href="@@session-templates">template</a>, without the audio</dd>
18   <dt>Archive&hellip;</dt><dd>Exports the session as a <a href="@@backup-and-sharing-of-sessions">compressed file</a> for archiving or sharing purposes, optionnaly compressing the audio to FLAC</dd>
19         <dt>Metadata</dt>
20                 <dt class="sub1">Edit Metadata&hellip;</dt><dd>Opens the <a href="@@metadata">Metadata</a> window, where informations about the session can be saved</dd>
21                 <dt class="sub1">Import Metadata&hellip;</dt><dd>Creates the metadata by extracting them from another session</dd>
22
23         <dt>Add Track, Bus or VCA&hellip;</dt><dd>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></dd>
24
25         <dt>Import</dt><dd>Opens the <a href="@@adding-pre-existing-material">Import</a> windows, to add media to the session</dd>
26         <dt>Import PT session</dt><dd>Import a ProTools&copy; session file. Not everything in the original session can be imported.</dd>
27         <dt>Scripting</dt>
28                 <dt class="sub1">Add Lua Script&hellip;</dt><dd>Loads or adds a <a href="@@lua-scripting">Lua Session script</a> to the current session</dd>
29                 <dt class="sub1">Remove Lua Script</dt><dd>Removes a loaded Lua Session script from the session</dd>
30         <dt>Open Video&hellip;</dt><dd>Imports a <a href="@@video-timeline-and-monitoring">video file</a> in the session</dd>
31         <dt>Remove Video</dt><dd>Removes the video part of the session (the video timeline disappears)</dd>
32         <dt>Export</dt>
33                 <dt class="sub1">Export to Audio File(s)&hellip;</dt><dd><a href="@@mixdown">Export</a> all or part of the session in audio form</dd>
34                 <dt class="sub1">Stem export&hellip;</dt><dd><a href="@@export-dialog">Exports each track</a> as its own audio file (for e.g. DAW interchange)</dd>
35                 <dt class="sub1">Export to Video File</dt><dd>Exports the session to a <a href="@@workflow-amp-operations">video file</a></dd>
36         <dt>Clean-Up</dt>
37                 <dt class="sub1">Bring all media into session folder</dt><dd>Copies all the media files imported from outside the session folder in that folder, see <a href="@@cleaning-up-sessions">Cleaning up Sessions</a></dd>
38                 <dt class="sub1">Reset Peak Files</dt><dd>Reinitializes the buffered images representing the audio files</dd>
39                 <dt class="sub1">Clean-up Unused Sources&hellip;</dt><dd>Quarantines all the media files not used in the session to a specific subfolder of the session</dd>
40                 <dt class="sub1">Flush Wastebasket</dt><dd>Deletes those quarantined files</dd>
41
42         <dt>[] Properties</dt><dd>Shows the <a href="@@session-properties-dialog">Session Properties</a> dialog, allowing to fine-tune the parameters of the current session</dd>
43
44         <dt>Lock</dt><dd>Locks the session by showing an Unlock window that (until cliked) blocks every action on Ardour's window</dd>
45
46         <dt>Quit</dt><dd>Exits Ardour. Prompts for saving the session if it has been modified.</dd>
47 </dl>
48