diff --git a/include/lua-scripting.html b/include/lua-scripting.html index ec72ddbc..af39f6c3 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 e5f12edb..e081ed50 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 03dfbaa2..1c682b67 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