]> Shamusworld >> Repos - ardour-manual/blob - include/newopen-session-dialog.html
Update Patchbay docs for 7.1
[ardour-manual] / include / newopen-session-dialog.html
1
2 <p>
3   The initial <dfn>Session</dfn> dialog, displayed at each start of Ardour, consists
4   of several consecutive pages:
5 </p>
6
7 <h2>Open Session Page</h2>
8
9 <figure class="left">
10   <img class="mini" src="/images/session_setup.png" alt="The Session Setup Dialog">
11   <figcaption>
12     The Session Setup Dialog
13   </figcaption>
14 </figure>
15
16 <p>
17   On this page, an <dfn>existing session</dfn> can be opened. Any <a href="@@snapshots">snapshot</a>
18   of a particular session can also be accessed by clicking on the arrow next to
19   the session name to display all snapshots, and then selecting one.
20
21 </p>
22 <p>
23   If the session is not displayed in the Recent Sessions list, the <kbd
24   class="menu">Other Sessions</kbd> button will bring up a file selection dialog
25   to navigate the file system.
26 </p>
27 <p>
28   Alternatively, a <kbd class="menu">New Session</kbd> can be created.
29 </p>
30
31 <h2 class="clear">New Session page</h2>
32
33 <figure class="left">
34   <img class="mini" src="/images/session_new.png" alt="The New Session Dialog">
35   <figcaption>
36     The New Session Dialog
37   </figcaption>
38 </figure>
39
40 <figure class="right">
41   <img class="mini" src="/images/template_setup.png" alt="One of the Template Setup Dialogs">
42   <figcaption>
43     One of the Template Setup Dialogs
44   </figcaption>
45 </figure>
46
47 <p>
48   This page allows to type in the name of a session, select a folder to save it in, and
49   optionally use an existing <a href="@@session-templates">template</a>.
50 </p>
51 <p>
52   The different templates, both the "factory" ones and the ones created by the user,
53   are easily available on the left-side panel. Depending on the chosen template,
54   a specific Template Settings window may be shown, allowing the user to fine-tune
55   the details of the template and/or choose between the different options of the
56   template.
57 </p>
58
59 <p>
60   Templates can be huge time savers when working on similar projects, or on
61   usual projects, as they allow to preset and tweak a lot of the <a
62   href="@@session-properties">session properties</a>, (like the
63   availability of a <a href="@@monitor-section">monitoring section</a>,
64   connection to a Master Bus, etc.), and handle the creation of <a
65   href="@@adding-tracks-busses-and-vcas">tracks</a> of any kind.
66 </p>
67 <p>
68   The <kbd class="menu">Empty Template</kbd> preset allows to create a session
69   "from scratch". Everything a session template does can be done manually
70   &mdash;albeit more tediously&mdash; and the resulting sessions will not differ
71   whatsoever.
72 </p>
73 <p>
74   As of Ardour 5.12, which introduced the new template dialog, the factory templates are:
75 </p>
76
77 <table class="dl">
78   <tr><th><kbd class="menu">Empty Template</kbd></th>
79       <td>Creates an empty session with no tracks and no monitoring. A stereo Master Bus is created, and any track created defaults to output on this bus.</td></tr>
80   <tr><th><kbd class="menu">Advanced Session</kbd></th>
81       <td>Like the Empty Template, but adds the ability to easily manage the Master bus (channels, hardware connection, and track autoconnection), and the creation of a monitoring section.</td></tr>
82   <tr><th><kbd class="menu">Recording Session</kbd></th>
83       <td>Like the Empty Template, but allows the fast creation of a number of tracks, optionally ready to record.</td></tr>
84   <tr><th><kbd class="menu">Live Band</kbd></th>
85       <td>Fast tracks the creation of usual tracks for a band setup (vocals, guitars, piano, ...), and optionally adds usual effects on these tracks.</td></tr>
86 </table>
87
88 <p>
89   Selecting a template will display its description in the right-side panel, while
90   hovering over a template name will show a tooltip indicating if it is a factory
91   template, or, if it is a user-created one, which version of Ardour was used to
92   create it.
93 </p>
94 <p>
95   Whether or not a template is used, and before the "Template Setup" dialog, the
96   <a href="@@audio-midi-setup">Audio/MIDI Setup</a> will be shown.
97 </p>
98
99
100