2022-03-21 06:01:55 -04:00
|
|
|
+++
|
|
|
|
title = "Saving a snapshot"
|
|
|
|
chapter = false
|
|
|
|
weight = 2
|
|
|
|
+++
|
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
A _snapshot_ is a representation of the current state of a session at some point
|
|
|
|
in time. In a nutshell, it's like versioning your project by giving every
|
|
|
|
version a meaningful name.
|
|
|
|
|
|
|
|
Let's say you recorded a song in your home studio and you are trying different
|
|
|
|
arrangements to see which one works best. Instead of creating multiple sessions
|
|
|
|
and copying files between them, you can make snapshots every time you think you
|
|
|
|
have something worth preserving. At any point in time, you can save the current
|
|
|
|
state of the session and switch to an earlier snapshot to compare your
|
|
|
|
arrangements.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
## Saving a Snapshot
|
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
Ardour provides two commands in the _Session_ menu to create a snapshot:
|
|
|
|
|
|
|
|
**Snapshot (& keep working on current version)**
|
|
|
|
: You will create a new snapshot and continue working on the original version.
|
|
|
|
Mental model: "I think this is good enough, I might want returning to that
|
|
|
|
later, so I'll save a snapshot, undo, then carry on with my original idea
|
|
|
|
regardless".
|
|
|
|
|
|
|
|
**Snapshot (& switch to new version)**
|
|
|
|
: You will create a new snapshot and switch to working on that version. Mental
|
|
|
|
model: "This is actually quite interesting, let's explore this idea further and
|
|
|
|
get back to the previous one if this turns out to be a dead end."
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
![snapshots](en/ardour7-snapshot-menu.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
By default the program will name the new snapshot according to the current date
|
|
|
|
and timestamp of your system. If you wish, you can change the name to one that
|
|
|
|
more meaningfully corresponds to the session you are working on. From the menu,
|
|
|
|
you can also choose whether to save a snapshot and keep working on the present
|
|
|
|
version, or save a snapshot and switch immediately to that snapshot.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
![snapshots](en/ardour7-snapshot-name.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
## Recalling Snapshots
|
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
You can recall a saved snapshot via the _Snapshots_ tab in the area on the
|
|
|
|
right:
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
![snapshot2](en/ardour7-snapshot-list.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
There you see a few snapshots that we created, and the _my\_session_ entry
|
2022-03-21 06:01:55 -04:00
|
|
|
represents the original state of our session.
|
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
Click on any snapshot from the list to reload it.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
## Continuing
|
|
|
|
|
2022-04-20 17:57:06 -04:00
|
|
|
Sometimes it is helpful to have a default starting point for new sessions, for
|
|
|
|
example, for a setup that you use all the time when starting a new project. To
|
|
|
|
learn how to do this, please continue to the next section called _Saving a
|
|
|
|
Template_.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
Next: [SAVING A TEMPLATE](../saving-a-template)
|
|
|
|
|