manual/include/snapshots.html

58 lines
2.4 KiB
HTML
Raw Normal View History

2017-01-17 03:46:03 -05:00
2014-02-04 19:17:18 -05:00
<p>
2017-01-17 03:46:03 -05:00
Sometimes you will want to save a <dfn>snapshot</dfn> of the current state of a session for possible
2014-02-04 19:17:18 -05:00
use in the future. For example, you may be about to change the entire
2017-01-17 03:46:03 -05:00
arrangement of a piece, or drastically alter the signal processing, and
2014-02-04 19:17:18 -05:00
want a reference to come back to, should that not work out.
</p>
<p>
This is easily accomplished using <kbd class="menu">Session &gt;
2017-01-17 03:46:03 -05:00
Snapshot</kbd>.
A small dialog will appear, allowing you to enter a name for the snapshot.
The default name is based on the current date and time.<br>
2014-02-04 19:17:18 -05:00
You can create any number of snapshots.
</p>
<p class="warning">
2017-01-17 03:46:03 -05:00
Creating a snapshot does <strong>not</strong> modify your session,
nor does it save your session. Instead, it saves an alternate version
of the session, within the session folder. The snapshot shares all data
present in the session.
</p>
2014-02-04 19:17:18 -05:00
<p>
2017-01-17 03:46:03 -05:00
After creating a snapshot, you can continue working on the session and
save it normally using <kbd class="menu">Session &gt; Save</kbd> and any
2014-02-04 19:17:18 -05:00
existing snapshots will remain unchanged.
</p>
2013-07-02 17:36:37 -04:00
2014-02-04 19:17:18 -05:00
<h2>Switching to a Snapshot</h2>
<p>
If you are already working on a session and want to to switch to an
existing snapshot, navigate the <a href="@@the-snapshot-list">Snapshot List</a>.
2017-01-17 03:46:03 -05:00
Find the name of the snapshot in the list and click it. Ardour will switch
to the snapshot. If there are unsaved changes in the current session, Ardour
will ask what you want to do.
2014-02-04 19:17:18 -05:00
</p>
2013-07-02 17:36:37 -04:00
2014-02-04 19:17:18 -05:00
<h2>Starting Ardour With a Snapshot</h2>
<p>
Since a snapshot is just another session file stored within the session
2017-01-17 03:46:03 -05:00
folder, you can specify that "version" when loading an existing session.
The browser in the "Open Session" dialog will show an expander arrow for
sessions that have more than 1 session file (i.e. snapshots)
present&mdash;click on it to see the list, and then click on the name of the
2014-02-04 19:17:18 -05:00
snapshot you want to load.
</p>
2013-07-02 17:36:37 -04:00
2014-02-04 19:17:18 -05:00
<h2>Saving and Switching to a Snapshot</h2>
<p>
2017-01-17 03:46:03 -05:00
Sometimes you may want to create a snapshot and then have all future
edits and modifications saved to that snapshot rather than the main
2014-02-04 19:17:18 -05:00
session. This is easily done using <kbd class="menu">Session &gt; Save
2017-01-17 03:46:03 -05:00
As</kbd>. This does not create a new session folder, but saves your
session as a new snapshot and then switches the "current snapshot"
to the newly created one. All subsequent saves of the session will
be stored in this new snapshot, and existing snapshots (and the main
session) will be left unaffected.
2014-02-04 19:17:18 -05:00
</p>