2017-01-17 03:46:03 -05:00
|
|
|
|
2014-02-04 19:17:18 -05:00
|
|
|
<p>
|
2017-06-15 07:05:16 -04:00
|
|
|
A <dfn>snapshot</dfn> is a backup of the current state of a session. It differs
|
|
|
|
from a simple save by allowing branching. It is a "frozen" version of the session
|
|
|
|
at a certain point in time.
|
2014-02-04 19:17:18 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-15 07:05:16 -04:00
|
|
|
For example, creating a snapshot before changing the entire arrangement of a
|
|
|
|
piece, or drastically altering the signal processing provides a reference to
|
|
|
|
come back to, should that not work out.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
This is accomplished by using either of the <kbd class="menu">Session >
|
|
|
|
Snapshot</kbd> menus. A small dialog will appear, allowing to enter a name for
|
|
|
|
the snapshot. The default name is based on the current date and time.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The difference between the two snapshot menus is:
|
|
|
|
</p>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td><kbd class="menu">Snapshot (& keep working on current version)...</kbd></td>
|
|
|
|
<td>Saves a snapshot of the session, but keeps the current session active, i.e. any
|
|
|
|
subsequent <kbd class="menu">Session > Save</kbd> will overwrite the original
|
|
|
|
session, and the snapshot will remain unchanged.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><kbd class="menu">Snapshot (& switch to new version)...</kbd></td>
|
|
|
|
<td>Saves a snapshot of the session, and uses this snapshot as the current
|
|
|
|
active session, i.e. any subsequent <kbd class="menu">Session > Save</kbd>
|
|
|
|
will overwrite the snapshot, and the original session will remain unchanged.</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Any number of snapshots can be created.
|
2014-02-04 19:17:18 -05:00
|
|
|
</p>
|
|
|
|
<p class="warning">
|
2017-06-15 07:05:16 -04:00
|
|
|
Creating a snapshot does <strong>not</strong> modify the session,
|
|
|
|
nor does it save the session. Instead, it saves an alternate version
|
2017-01-17 03:46:03 -05:00
|
|
|
of the session, within the session folder. The snapshot shares all data
|
|
|
|
present in the session.
|
|
|
|
</p>
|
2013-07-02 17:36:37 -04:00
|
|
|
|
2014-02-04 19:17:18 -05:00
|
|
|
<h2>Switching to a Snapshot</h2>
|
|
|
|
<p>
|
2017-06-15 07:05:16 -04:00
|
|
|
Switching to an existing snapshot is done by navigating the
|
|
|
|
<a href="@@the-snapshot-list">Snapshot List</a> and clicking the the name of
|
|
|
|
the desired snapshot. Ardour will switch to the snapshot, and, if there are
|
|
|
|
unsaved changes in the current session, offer to save them.
|
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-06-15 07:05:16 -04:00
|
|
|
folder, that "version" can be chosen when loading an existing session.
|
2017-01-17 03:46:03 -05:00
|
|
|
The browser in the "Open Session" dialog will show an expander arrow for
|
2017-06-15 07:05:16 -04:00
|
|
|
sessions that have more than one session file (i.e. snapshots)
|
|
|
|
present. Clicking on it shows the list, and then clicking on the name of the
|
|
|
|
snapshot loads it.
|
2014-02-04 19:17:18 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|