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