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