Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / opening_a_session.xml
blobb717c31bc7aa4e956b5c22a3a573eab16e6812f3
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-opening-a-session">
8   <title>Opening a Session</title>
9   <para>
10     You can open a session by either
11   </para>
13   <itemizedlist>
14     <listitem>
15       <para>
16         Choose <menuchoice> <guimenu>Session</guimenu>
17         <guisubmenu>Open</guisubmenu> </menuchoice> or press
18         <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo> and
19         then use the file selector to locate the session you want to open.
20       </para>
21     </listitem>
23     <listitem>
24       <para>
25         start ardour from a command line, and specify the session folder as
26         an argument.
27       </para>
28     </listitem>
29   </itemizedlist>
31   <para>
32     When specifying a session to open you can either specify the session
33     folder or the session file. If you specify the folder, Ardour will open
34     the primary session file within the folder. If you specify a session
35     file (see <xref linkend="sn-snapshots"/>), Ardour will open that
36     particular session.
37   </para>
39   <section id="recent-sessions">
40     <title>Recent Sessions</title>
41     <para>
42       The <menuchoice> <guimenu>Session</guimenu>
43       <guisubmenu>Recent</guisubmenu> </menuchoice> menu item will allow you
44       to navigate directly to sessions that you have worked on recently. For
45       sessions with more than one recent session file, expand the session
46       subtree by clicking on the expansion box left of the session name.
47     </para>
48   </section>
49 <!--
50         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
51                 href="Some_Subsection.xml" />
52         -->
53 </section>