manual/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html

20 lines
708 B
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
---
layout: default
title: Starting Ardour From the Command Line
---
<h2>Starting Ardour on 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:
2013-01-29 19:26:36 -05:00
</p>
<code>ardour3</code>
<p>To start Ardour with an existing session:</p>
<code>ardour3 /path/to/session</code>
<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>
<code>ardour3 -N /path/to/new/session</code>
2013-01-29 19:26:36 -05:00
<h3>Other Command Line Options</h3>