X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstarting-ardour.html;h=1c682b6777f62eb7febfb49456bcb094352330ae;hb=e6be4c1febacecafa659c0d6f8987f6c414b2d93;hp=4bfef06d183ab45e88689ba8a369abe36e3fd4c0;hpb=dfec6899ef2a121ccf2ff1d47008e7ac4844cf70;p=ardour-manual diff --git a/include/starting-ardour.html b/include/starting-ardour.html index 4bfef06..1c682b6 100644 --- a/include/starting-ardour.html +++ b/include/starting-ardour.html @@ -1,30 +1,42 @@

There are several ways of starting Ardour, which may vary - depending on which platform you are using it. + depending on which platform it is being used on:

+ +

When Ardour is run for the very first time, a special dialog is displayed - that will ask you several questions about your setup. You will not be asked - these questions again, but you can always modify your choices via the + 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 Edit > Preferences dialog.

+

- If you want to use JACK, in general, it is sensible to start it before you run Ardour. This is not - necessary, but will provide you with more control and options over JACK's operation. - You can start JACK through its CLI, or using a GUI - program, like QjackCtl or Cadence. + If JACK is needed, in general, it is sensible to start it before + 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 + CLI of a terminal, or by using a + GUI program, like QjackCtl or Cadence.

-

- If you open Ardour without specifying an existing session it will display - the Session > New… dialog and the Audio/MIDI Setup dialog. - See New/Open Session Dialog for a description of those dialogs. + +

+ If Ardour is opened without specifying an existing session, it will display + the Session > New… dialog and the Audio/MIDI Setup dialog. See New/Open Session Dialog for a description + of those dialogs.

Starting Ardour From the Command Line (Linux)

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

-Ardour5 + +Ardour6 +

- To start Ardour with an existing session: + To start Ardour with an existing session, use:

-Ardour5 /path/to/session + +Ardour6 /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, + 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, including snapshots.

+

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

-Ardour5 -N /path/to/session + +Ardour6 -N /path/to/session