]> Shamusworld >> Repos - ardour-manual/commitdiff
Bump Ardour5 => Ardour6
authorWolfram Esser <wok@derwok.de>
Thu, 4 Jun 2020 18:55:18 +0000 (20:55 +0200)
committerWolfram Esser <wok@derwok.de>
Thu, 4 Jun 2020 19:00:03 +0000 (21:00 +0200)
include/lua-scripting.html
include/midnam-ref.html
include/starting-ardour.html

index ec72ddbc22e6ff872a1e116c3326f1bd523d86d5..af39f6c37fc93d11428ce820548739c6b7dd6237 100644 (file)
@@ -102,9 +102,9 @@ There are is also a special mode:
 Ardour searches for Lua scripts in the <code>scripts</code> folder in <code>$ARDOUR_DATA_PATH</code>,
 Apart from scripts included directly with Ardour, this includes</p>
 <table>
-       <tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour5/scripts</code></td></tr>
-       <tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour5/scripts</code></td></tr>
-       <tr><th>Windows</th><td><code>%localappdata%\ardour5\scripts</code></td></tr>
+       <tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour6/scripts</code></td></tr>
+       <tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour6/scripts</code></td></tr>
+       <tr><th>Windows</th><td><code>%localappdata%\ardour6\scripts</code></td></tr>
 </table>
 
 <p>Files must end with <code>.lua</code> file extension.</p>
index e5f12edbd7c64b97073424afcf0eb78366a48f32..e081ed50f7be0973a8d9563ae5fc8fbe9d75bd34 100644 (file)
@@ -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):
 </p>
 
-<pre>[INFO]: Loading 3 MIDI patches from /home/username/.config/ardour5/patchfiles</pre>
+<pre>[INFO]: Loading 3 MIDI patches from /home/username/.config/ardour6/patchfiles</pre>
 
 <p>
   The added device should now show up in the dropdown mentioned in the previous paragraph.
index 03dfbaa21caa67742757f99f58295b8d90d266fd..1c682b6777f62eb7febfb49456bcb094352330ae 100644 (file)
   command line. Type the following command in a terminal window:
 </p>
 
-<kbd class="cmd lin">Ardour5</kbd>
+<kbd class="cmd lin">Ardour6</kbd>
 
 <p>
   To start Ardour with an existing session, use:
 </p>
 
-<kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd>
+<kbd class="cmd lin">Ardour6 <em>/path/to/session</em></kbd>
 
 <p>
   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:
 </p>
 
-<kbd class="cmd lin">Ardour5 -N <em>/path/to/session</em></kbd>
+<kbd class="cmd lin">Ardour6 -N <em>/path/to/session</em></kbd>