]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/07_working-with-sessions/01_new-session-dialog.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 07_working-with-sessions / 01_new-session-dialog.html
1 ---
2 layout: default
3 title: New/Open Session Dialog
4 ---                        
5
6 <p class="fixme">Info is out of date, image needs updating</p>
7
8 <p>
9   The initial <dfn>Session</dfn> dialog consists of several consecutive pages:
10 </p>  
11
12 <h2>Open Session Page</h2>
13 <p>
14   On this page, you can open an <dfn>existing session</dfn>.  You can also 
15   open any <a href="/working-with-sessions/snapshots/">snapshot</a> of a 
16   particular session by clicking on the arrow next to the session name to 
17   display all snapshots, and then selecting one.  If your session is 
18   not displayed in the Recent Sessions list, the <kbd class="menu">Other
19   Sessions</kbd> button will bring up a file selection dialog to navigate 
20   your hard drive.<br />
21   Alternatively, you can opt to create a <kbd class="menu">New
22   Session</kbd>.
23 </p>
24
25 <h2>New Session page</h2>
26 <p>
27   Here you can type in the name of a session, select a folder to save in, and 
28   optionally use an existing <a href="/working-with-sessions/session-templates/">template</a>.
29 </p>
30 <p>
31   Under <dfn>Advanced Options</dfn>, you can select whether you wish to create 
32   a Master Bus, or a Control Bus, and how many channels you wish either to have.
33   You can also decide whether you want Ardour to automatically connect all inputs 
34   to the physical ports of your hardware. Ardour will do so 
35   sequentially and in round-robin fashion, connecting the first track's
36   input to the first input of your hardware and so on. When Ardour has used
37   all available hardware inputs, it will begin again with the first physical
38   input. 
39   You can limit the number of channels on your physical hardware that Ardour
40   uses. 
41 </p>
42 <p>
43   By default Ardour will connect all tracks and busses to the Master Bus if 
44   there is one. However you can also tell it to automatically connect each 
45   output to the physical outputs of your interface or sound card, and limit
46   the number of physical outputs used, as above.
47 </p>
48
49 <h3>Audio/MIDI Setup</h3>
50
51 <img class="right" src="/images/Audio-MIDI_Setup.png" alt="The Audio+MIDI
52 Setup Dialog"/>
53
54 <p>
55   This page is not displayed if <abbr title="JACK Audio Connection
56   Kit">JACK</abbr> is already running when you start
57   Ardour. It provides a simple interface to configure JACK, which
58   will then be started by Ardour. For more control and options regarding
59   JACK, it is recommended that you start JACK before using Ardour, via a
60   JACK control application such as QJackCtl (sometimes called "Jack
61   Control"), JackPilot, etc.
62 </p>
63 <dl>
64   <dt>Audio System</dt>
65   <dd>Currently, the only option here is <kbd class="menu">JACK</kbd>. In the future, native
66   hardware access may be supported.</dd>
67   <dt>Driver</dt>
68   <dd>
69     On Mac OS X this will typically be <kbd class="menu">CoreAudio</kbd>. On Linux usually
70     this will be either <kbd class="menu"><abbr title="Free Firewire Audio Driver fOr
71     linux">FFADO</abbr></kbd>
72     or <kbd class="menu"><abbr title="Advanced Linux Sound
73     Architecture">ALSA</abbr></kbd>, depending on whether or not you are
74     utilizing a firewire device. Advanced users on all platforms may also
75     use <kbd class="menu">NetJack</kbd> which provides network audio I/O.
76   </dd>
77   <dt>Device</dt>
78   <dd>The selector should show all availiable interfaces provided by the
79   driver above and which are capable of duplex operation.
80   <p class="warning">
81     If you are using an Intel Mac running OS X and the builtin audio
82     interface, you must
83     first <a href="setting-up-your-system/using_more_than_one_audio_device/">merge
84     its separate input and output devices into a single "aggregate
85     device"</a> before Ardour will be able to use it.
86    </p>
87   </dd>
88   <dt>Sample Rate</dt>
89   <dd>
90     The selector will allow you to select from any sample rate
91     supported by the device selected above it.
92   </dd>
93   <dt>Buffer Size</dt>
94   <dd>
95     You can adjust the size of the buffer used by your audio interface
96     to allow for either lower latency, or lower CPU usage and higher
97     latency.
98   </dd>
99   <dt>Input/Output Channels</dt>
100   <dd>
101     Here you can specify the number of hardware channels to use. The
102     default is <kbd class="menu">all available channels</kbd>.</dd>
103   <dt>Hardware Input/Output Latency</dt>
104   <dd>Specify the hardware delay in samples for precise latency compensation.</dd>
105   <dt>Calibrate</dt>
106   <dd>
107     This button guides you through a semi-automated process to obtain
108     precise hardware latency measurements for the above option.</dd>
109   <dt>MIDI System</dt>
110   <dd>
111     Select the MIDI driver to use. On Mac OS X, this will be <kbd
112     class="menu">CoreMIDI</kbd>. On Linux, you can change between two legacy
113     ALSA drivers or the (preferred) new JACK+ALSA implementation.</dd>
114 </dl>
115