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.
[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 +Ardour6To start Ardour with an existing session, use:
-Ardour5 /path/to/session +Ardour6 /path/to/sessionReplace /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