manual/_manual/03_setting-up-your-system/08_starting-ardour.html

54 lines
2.2 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
---
layout: default
title: Starting Ardour
2017-01-17 03:46:03 -05:00
---
<p>
There are several ways of <dfn>starting Ardour</dfn>, which may vary
depending on which platform you are using it.
</p>
2013-01-29 19:26:36 -05:00
<ul>
2017-01-17 03:46:03 -05:00
<li>double-click the Ardour icon in your platform's file manager (e.g.
Nautilus on Linux, Finder on OS X)</li>
<li>double click on an Ardour session file in your platform's file manager</li>
2017-01-17 03:46:03 -05:00
<li>on Linux, you can also start Ardour on the command line (see below)</li>
2013-01-29 19:26:36 -05:00
</ul>
<p>
2017-01-17 03:46:03 -05:00
When Ardour is run for the very first time, a special dialog is displayed
that will ask you several questions about your setup. You will not be asked
these questions again, but you can always modify your choices via the
<kbd class="menu">Edit &gt; Preferences</kbd> dialog.
</p>
<p>
2017-01-10 04:11:27 -05:00
If you want to use JACK, in general, it is sensible to start it <em>before</em> you run Ardour. This is not
necessary, but will provide you with more control and options over JACK's operation.
You can start JACK through its <abbr title="Command Line Interface">CLI</abbr>, or using a <abbr title="Graphical User Interface">GUI</abbr>
program, like <a href="https://qjackctl.sourceforge.io/">QjackCtl</a> or <a href="http://kxstudio.linuxaudio.org/Applications:Cadence">Cadence</a>.
</p>
<p>
2017-01-17 03:46:03 -05:00
If you open Ardour without specifying an existing session it will display
2017-01-10 04:11:27 -05:00
the <kbd class="menu">Session &gt; New...</kbd> dialog and the <kbd class="menu">Audio/MIDI Setup</kbd> dialog.
2017-01-17 03:46:03 -05:00
See <a href="/working-with-sessions/new-session-dialog/">New/Open Session Dialog</a> for a description of those dialogs.
</p>
2017-01-17 03:46:03 -05:00
2017-01-13 11:09:04 -05:00
<h2>Starting Ardour From the Command Line (Linux)</h2>
<p>
Like (almost) any other program on Linux, Ardour can be started on the
command line. Type the following command in a terminal window:
</p>
<kbd class="cmd lin">Ardour5</kbd>
<p>
To start Ardour with an existing session:
</p>
<kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd>
<p>
replacing /path/to/session with the actual path to your session. You can
specify either the session folder or any session file inside the folder,
including snapshots.
</p>
<p>
To start Ardour with a new, named session:
</p>
<kbd class="cmd lin">Ardour5 -N <em>/path/to/session</em></kbd>