]> Shamusworld >> Repos - ardour-manual/blob - _manual/03_setting-up-your-system/08_starting-ardour.html
a04323f9b338380293c4e2c276d41e2ad9ce25a2
[ardour-manual] / _manual / 03_setting-up-your-system / 08_starting-ardour.html
1 ---
2 layout: default
3 title: Starting Ardour
4 ---
5
6 <p>
7   There are several ways of <dfn>starting Ardour</dfn>, which may vary
8   depending on which platform you are using it.
9 </p>
10 <ul>
11   <li>double-click the Ardour icon in your platform's file manager (e.g.
12   Nautilus on Linux, Finder on OS X)</li>
13   <li>double click on an Ardour session file in your platform's file manager</li>
14   <li>on Linux, you can also start Ardour on the command line (see below)</li>
15 </ul>
16 <p>
17   When Ardour is run for the very first time, a special dialog is displayed
18   that will ask you several questions about your setup. You will not be asked
19   these questions again, but you can always modify your choices via the
20   <kbd class="menu">Edit &gt; Preferences</kbd> dialog.
21 </p>
22 <p>
23   If you want to use JACK, in general, it is sensible to start it <em>before</em> you run Ardour. This is not
24   necessary, but will provide you with more control and options over JACK's operation.
25   You can start JACK through its <abbr title="Command Line Interface">CLI</abbr>, or using a <abbr title="Graphical User Interface">GUI</abbr>
26   program, like <a href="https://qjackctl.sourceforge.io/">QjackCtl</a> or <a href="http://kxstudio.linuxaudio.org/Applications:Cadence">Cadence</a>.
27 </p>
28 <p>
29   If you open Ardour without specifying an existing session it will display
30   the <kbd class="menu">Session &gt; New...</kbd> dialog and the <kbd class="menu">Audio/MIDI Setup</kbd> dialog.
31   See <a href="/working-with-sessions/new-session-dialog/">New/Open Session Dialog</a> for a description of those dialogs.
32 </p>
33
34 <h2>Starting Ardour From the Command Line (Linux)</h2>
35
36 <p>
37   Like (almost) any other program on Linux, Ardour can be started on the
38   command line. Type the following command in a terminal window:
39 </p>
40 <kbd class="cmd lin">Ardour5</kbd>
41 <p>
42   To start Ardour with an existing session:
43 </p>
44 <kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd>
45 <p>
46   replacing /path/to/session with the actual path to your session. You can
47   specify either the session folder or any session file inside the folder,
48   including snapshots.
49 </p>
50 <p>
51   To start Ardour with a new, named session:
52 </p>
53 <kbd class="cmd lin">Ardour5 -N <em>/path/to/session</em></kbd>