]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/08_working-with-sessions/08_snapshots.html
Total rework of the *Ardour's Interface* part
[ardour-manual-diverged] / _manual / 08_working-with-sessions / 08_snapshots.html
1 ---
2 layout: default
3 title: Snapshots
4 ---                        
5   
6 <p>
7   Sometimes you will want to save a <dfn>snapshot</dfn> of the current state of a session for possible 
8   use in the future. For example, you may be about to change the entire
9   arrangement of a piece, or drastically alter the signal processing, and 
10   want a reference to come back to, should that not work out.
11 </p>
12 <p>
13   This is easily accomplished using <kbd class="menu">Session &gt;
14   Snapshot</kbd>. 
15   A small dialog will appear, allowing you to enter a name for the snapshot. 
16   The default name is based on the current date and time.<br />
17   You can create any number of snapshots.
18 </p>
19 <p class="warning">
20   Creating a snapshot does <strong>not</strong> modify your session, 
21   nor does it save your session. Instead, it saves an alternate version 
22   of the session, within the session folder. The snapshot shares all data 
23   present in the session. 
24 </p>  
25 <p>
26   After creating a snapshot, you can continue working on the session and 
27   save it normally using <kbd class="menu">Session &gt; Save</kbd> and any 
28   existing snapshots will remain unchanged.
29 </p>
30
31 <h2>Switching to a Snapshot</h2>
32 <p>
33   If you are already working on a session and want to to switch to an
34   existing snapshot, navigate the Snapshots tab of the 
35   <a href="/ardours-interface/introducing-the-editor-window/editor-lists/">Editor List</a>. 
36   Find the name of the snapshot in the list and click it. Ardour will switch 
37   to the snapshot. If there are unsaved changes in the  current session, Ardour will
38   ask what you want to do.
39 </p>
40
41 <h2>Starting Ardour With a Snapshot</h2>
42 <p>
43   Since a snapshot is just another session file stored within the session
44   folder, you can specify that "version" when loading an existing session. 
45   The browser in the "Open Session" dialog will show an expander arrow for 
46   sessions that have more than 1 session file (i.e. snapshots) present
47   &mdash; click on it to see the list, and then click on the name of the 
48   snapshot you want to load.
49 </p>
50
51 <h2>Saving and Switching to a Snapshot</h2>
52 <p>
53   Sometimes you may want to create a snapshot and then have all future 
54   edits and modifications saved to that snapshot rather than the main 
55   session. This is easily done using <kbd class="menu">Session &gt; Save
56   As</kbd>. This does not create a new session folder,  but saves your 
57   session as a new snapshot and then switches the "current snapshot" 
58   to the newly created one. All subsequent saves of the session will 
59   be stored in this new snapshot, and existing snapshots (and the main 
60   session) will be left unaffected. 
61 </p>
62