From 850c4d3054eb713ae23175c59eb98b56dbe079ed Mon Sep 17 00:00:00 2001 From: Wolfram Esser Date: Thu, 4 Jun 2020 20:55:18 +0200 Subject: [PATCH] Bump Ardour5 => Ardour6 --- include/lua-scripting.html | 6 +++--- include/midnam-ref.html | 2 +- include/starting-ardour.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/lua-scripting.html b/include/lua-scripting.html index ec72ddb..af39f6c 100644 --- a/include/lua-scripting.html +++ b/include/lua-scripting.html @@ -102,9 +102,9 @@ There are is also a special mode: Ardour searches for Lua scripts in the scripts folder in $ARDOUR_DATA_PATH, Apart from scripts included directly with Ardour, this includes

- - - + + +
GNU/Linux$HOME/.config/ardour5/scripts
Mac OS X$HOME/Library/Preferences/Ardour5/scripts
Windows%localappdata%\ardour5\scripts
GNU/Linux$HOME/.config/ardour6/scripts
Mac OS X$HOME/Library/Preferences/Ardour6/scripts
Windows%localappdata%\ardour6\scripts

Files must end with .lua file extension.

diff --git a/include/midnam-ref.html b/include/midnam-ref.html index e5f12ed..e081ed5 100644 --- a/include/midnam-ref.html +++ b/include/midnam-ref.html @@ -24,7 +24,7 @@ $ xmllint --dtdvalid MIDINameDocument10.dtd myfile.midnam After restarting Ardour, hit the small Log-button in the upper right corner of the main window. It should say something like (this is Linux, MacOS or Windows will be different):

-
[INFO]: Loading 3 MIDI patches from /home/username/.config/ardour5/patchfiles
+
[INFO]: Loading 3 MIDI patches from /home/username/.config/ardour6/patchfiles

The added device should now show up in the dropdown mentioned in the previous paragraph. diff --git a/include/starting-ardour.html b/include/starting-ardour.html index 03dfbaa..1c682b6 100644 --- a/include/starting-ardour.html +++ b/include/starting-ardour.html @@ -46,13 +46,13 @@ command line. Type the following command in a terminal window:

-Ardour5 +Ardour6

To start Ardour with an existing session, use:

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

Replace /path/to/session with the actual path of the session. Either the @@ -64,5 +64,5 @@ To start Ardour with a new, named session, use:

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