2017-01-17 03:46:03 -05:00
|
|
|
|
2014-02-04 10:24:44 -05:00
|
|
|
<p>
|
|
|
|
There are several ways of <dfn>starting Ardour</dfn>, which may vary
|
2017-02-25 00:30:29 -05:00
|
|
|
depending on which platform it is being used on:
|
2014-02-04 10:24:44 -05:00
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<ul>
|
2017-02-25 00:30:29 -05:00
|
|
|
<li>by double-clicking the Ardour icon in the platform's file manager (e.g.
|
2014-02-04 10:24:44 -05:00
|
|
|
Nautilus on Linux, Finder on OS X)</li>
|
2017-02-25 00:30:29 -05:00
|
|
|
<li>by double-clicking on an Ardour session file in the platform's file
|
|
|
|
manager
|
|
|
|
</li>
|
|
|
|
<li>on Linux, Ardour can also be started via the command line (see below)
|
|
|
|
</li>
|
2013-01-29 19:26:36 -05:00
|
|
|
</ul>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-04 10:24:44 -05:00
|
|
|
<p>
|
2017-01-17 03:46:03 -05:00
|
|
|
When Ardour is run for the very first time, a special dialog is displayed
|
2017-02-25 00:30:29 -05:00
|
|
|
that will ask several questions about the system's setup. The questions will
|
|
|
|
not be asked again, but the choices thus made can always be modified via the
|
2014-02-04 10:24:44 -05:00
|
|
|
<kbd class="menu">Edit > Preferences</kbd> dialog.
|
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-04 10:24:44 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
If JACK is needed, in general, it is sensible to start it <em>before</em>
|
|
|
|
Ardour is run. Though this is not strictly necessary, it will provide more
|
|
|
|
control and options over JACK's operation. JACK can be started through the
|
|
|
|
<abbr title="Command Line Interface">CLI</abbr> of a terminal, or by 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>.
|
2014-02-04 10:24:44 -05:00
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
|
|
|
<p class="note">
|
|
|
|
If Ardour is opened without specifying an existing session, it will display
|
|
|
|
the <kbd class="menu">Session > New…</kbd> dialog and the <kbd
|
|
|
|
class="menu">Audio/MIDI Setup</kbd> dialog. See <a
|
|
|
|
href="@@newopen-session-dialog">New/Open Session Dialog</a> for a description
|
|
|
|
of those dialogs.
|
2014-02-04 10:24:44 -05:00
|
|
|
</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>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2020-06-04 14:55:18 -04:00
|
|
|
<kbd class="cmd lin">Ardour6</kbd>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2017-01-13 11:09:04 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
To start Ardour with an existing session, use:
|
2017-01-13 11:09:04 -05:00
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2020-06-04 14:55:18 -04:00
|
|
|
<kbd class="cmd lin">Ardour6 <em>/path/to/session</em></kbd>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2017-01-13 11:09:04 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
Replace /path/to/session with the actual path of the session. Either the
|
|
|
|
session folder or any session file inside the folder can be specified,
|
2017-01-13 11:09:04 -05:00
|
|
|
including snapshots.
|
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2017-01-13 11:09:04 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
To start Ardour with a new, named session, use:
|
2017-01-13 11:09:04 -05:00
|
|
|
</p>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2020-06-04 14:55:18 -04:00
|
|
|
<kbd class="cmd lin">Ardour6 -N <em>/path/to/session</em></kbd>
|
2017-02-13 14:53:37 -05:00
|
|
|
|