]> Shamusworld >> Repos - ardour-manual/blob - _manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html
manual spelling
[ardour-manual] / _manual / 04_ardours-interface / 01_starting-ardour / 01_starting-ardour-from-the-command-line.html
1 ---
2 layout: default
3 title: Starting Ardour From the Command Line
4 ---                        
5
6
7   
8   <h2>Starting Ardour on the command line (Linux)</h2>
9 <p>Like (almost) any other program on Linux, Ardour can be started on the command line.</p>
10 <ul>
11 <li>type the following command in a terminal window<br><pre>ardour3</pre>
12 </li>
13 <li>to start Ardour with an existing session, type the following command in a terminal window<br><pre>ardour3 /path/to/session</pre>
14 <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>
15 </li>
16 <li>to start Ardour with a new, named session, type the following command in a terminal window<br><pre>ardour3 -N /path/to/new/session</pre>
17 <p>replacing /path/to/new/session with the name of the folder where you want the session stored.
18 </p>
19 </li>
20 </ul>
21 <h3>Other Command Line Options</h3>
22 <dl>
23 <dt></dt>
24 <dd></dd>
25 </dl>