2013-01-29 19:26:36 -05:00
|
|
|
---
|
|
|
|
layout: default
|
2014-02-04 10:24:44 -05:00
|
|
|
title: Starting Ardour From the Command Line (Linux)
|
|
|
|
menu-title: Starting from Linux Cmdline
|
2013-01-29 19:26:36 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-02-04 10:24:44 -05:00
|
|
|
<p>
|
|
|
|
Like (almost) any other program on Linux, Ardour can be started on the
|
|
|
|
command line. Type the following command in a terminal window:
|
2013-01-29 19:26:36 -05:00
|
|
|
</p>
|
2014-02-04 10:42:20 -05:00
|
|
|
<kbd class="cmd lin">ardour3</kbd>>
|
2014-02-04 10:24:44 -05:00
|
|
|
<p>
|
|
|
|
To start Ardour with an existing session:
|
|
|
|
</p>
|
2014-02-04 10:42:20 -05:00
|
|
|
<kbd class="cmd lin">ardour3 <em>/path/to/session</em></kbd>
|
2014-02-04 10:24:44 -05:00
|
|
|
<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>
|
2014-02-04 10:42:20 -05:00
|
|
|
<kbd class="cmd lin">ardour3 -N <em>/path/to/session</kbd>
|
2014-02-02 18:09:23 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h3>Other Command Line Options</h3>
|