Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / snapshots.xml
blobdcb3d38b619f09c898f408f4f099cd1dd0216a7b
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="sn-snapshots">
8   <title>Snapshots</title>
9   <para>
10     Choose <menuchoice> <guimenu>Session</guimenu>
11     <guisubmenu>Snapshot</guisubmenu> </menuchoice> to store the current
12     state of the session without overwriting the primary session file. The
13     snapshot dialog will appear, and you can (optionally) enter a name for
14     the snapshot. The default name is based on the current time.
15   </para>
17   <para>
18     IMAGE
19   </para>
20 <!-- 
21         <mediaobject>
22                 <imageobject>
23                         <imagedata fileref="images/snapshot_dialog.png"/>
24                 </imageobject>
25         </mediaobject>
26         -->
27   <para>
28     A snapshot is nothing more than a new session file. It still references
29     the same audio and automation data as the primary session file.
30   </para>
32   <note>
33     <para>
34       Saving a snapshot does not change the status of the current session.
35       It does not change what will happen when you choose <menuchoice>
36       <guimenu>Session</guimenu> <guisubmenu>Save</guisubmenu> </menuchoice>
37       at a later time. Note that a snapshot is not a new session.
38     </para>
39   </note>
40 <!--
41         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
42                 href="Some_Subsection.xml" />
43         -->
44 </section>