3 There are several ways of <dfn>starting Ardour</dfn>, which may vary
4 depending on which platform it is being used on:
8 <li>by double-clicking the Ardour icon in the platform's file manager (e.g.
9 Nautilus on Linux, Finder on OS X)</li>
10 <li>by double-clicking on an Ardour session file in the platform's file
13 <li>on Linux, Ardour can also be started via the command line (see below)
18 When Ardour is run for the very first time, a special dialog is displayed
19 that will ask several questions about the system's setup. The questions will
20 not be asked again, but the choices thus made can always be modified via the
21 <kbd class="menu">Edit > Preferences</kbd> dialog.
25 If JACK is needed, in general, it is sensible to start it <em>before</em>
26 Ardour is run. Though this is not strictly necessary, it will provide more
27 control and options over JACK's operation. JACK can be started through the
28 <abbr title="Command Line Interface">CLI</abbr> of a terminal, or by using a
29 <abbr title="Graphical User Interface">GUI</abbr> program, like <a
30 href="https://qjackctl.sourceforge.io/">QjackCtl</a> or <a
31 href="http://kxstudio.linuxaudio.org/Applications:Cadence">Cadence</a>.
35 If Ardour is opened without specifying an existing session, it will display
36 the <kbd class="menu">Session > New…</kbd> dialog and the <kbd
37 class="menu">Audio/MIDI Setup</kbd> dialog. See <a
38 href="@@newopen-session-dialog">New/Open Session Dialog</a> for a description
42 <h2>Starting Ardour From the Command Line (Linux)</h2>
45 Like (almost) any other program on Linux, Ardour can be started on the
46 command line. Type the following command in a terminal window:
49 <kbd class="cmd lin">Ardour5</kbd>
52 To start Ardour with an existing session, use:
55 <kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd>
58 Replace /path/to/session with the actual path of the session. Either the
59 session folder or any session file inside the folder can be specified,
64 To start Ardour with a new, named session, use:
67 <kbd class="cmd lin">Ardour5 -N <em>/path/to/session</em></kbd>