Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / closing_a_session.xml
blob4a1449761c8efbdce6f8cb5e5d1ef7ce72afd3db
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-closing-a-session">
8   <title>Closing a Session</title>
9   <para>
10     Ardour only allows you to work on one session at a time (although your
11     computer may be able to run multiple instances of Ardour at one time).
12     This means that to work on a different session than the current one, you
13     will be forced to close the current session. You can either
14   </para>
16   <itemizedlist>
17     <listitem>
18       <para>
19         <menuchoice> <guimenu>Session</guimenu>
20         <guisubmenu>Close</guisubmenu> </menuchoice> will close the current
21         session.
22       </para>
23     </listitem>
25     <listitem>
26       <para>
27         <menuchoice> <guimenu>Session</guimenu>
28         <guisubmenu>Open</guisubmenu> </menuchoice> will prompt you for the
29         name of a session to work on, and will then close the current
30         session.
31       </para>
32     </listitem>
34     <listitem>
35       <para>
36         <menuchoice> <guimenu>Session</guimenu> <guisubmenu>New</guisubmenu>
37         </menuchoice> will open the New Session dialog to collect
38         configuration information for the new session, and will then close
39         the current session.
40       </para>
41     </listitem>
42   </itemizedlist>
44   <para>
45     Whenever a session is closed but has been modified since last saved, the
46     Save dialog will appear.
47   </para>
48   <mediaobject>
49     <imageobject>
50       <imagedata fileref="images/save_session_dialog.png"/>
51     </imageobject>
52   </mediaobject>
53   <para>
54     You have three options when this dialog appears:
55   </para>
56   <orderedlist>
57     <listitem>
58       <para>
59         Save the session before closing it
60       </para>
61     </listitem>
62     <listitem>
63       <para>
64         Close the session without saving it
65       </para>
66     </listitem>
67     <listitem>
68       <para>
69         Do not close the session
70       </para>
71     </listitem>
72   </orderedlist>
73   <note>
74     <para>
75       If you choose the final option, whatever operation initiated the
76       closing of the session will be stopped. For example, if you were
77       loading a new session while working on an existing one, no new session
78       will be loaded.
79     </para>
80   </note>
81 <!--
82         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
83                 href="Some_Subsection.xml" />
84         -->
85 </section>