X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F04_ardours-interface%2F01_starting-ardour%2F01_starting-ardour-from-the-command-line.html;h=eb186206607850e1d48eaa46483bb3d1415ce039;hb=065739758b5251bda54ff487f84954d6a530c063;hp=023f348cffceeda6d45c6e9b225dd9611d62b960;hpb=1321d4a5f39bf9163b6776dddc24d8ce151fd4d3;p=ardour-manual diff --git a/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html b/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html index 023f348..eb18620 100644 --- a/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html +++ b/_manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html @@ -1,19 +1,28 @@ --- layout: default -title: Starting Ardour From the Command Line +title: Starting Ardour From the Command Line (Linux) +menu_title: Starting from Linux Cmdline --- -

Starting Ardour on the command line (Linux)

-

Like (almost) any other program on Linux, Ardour can be started on the command line. -Type the following command in a terminal window: +

+ Like (almost) any other program on Linux, Ardour can be started on the + command line. Type the following command in a terminal window:

-ardour3 -

To start Ardour with an existing session:

-ardour3 /path/to/session -

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).

-

To start Ardour with a new, named session:

-ardour3 -N /path/to/new/session +ardour3 +

+ To start Ardour with an existing session: +

+ardour3 /path/to/session +

+ 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. +

+

+ To start Ardour with a new, named session: +

+ardour3 -N /path/to/session

Other Command Line Options