Bump Ardour5 => Ardour6

This commit is contained in:
Wolfram Esser 2020-06-04 20:55:18 +02:00
parent eb66a0b7e0
commit 850c4d3054
3 changed files with 7 additions and 7 deletions

View 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>, 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> Apart from scripts included directly with Ardour, this includes</p>
<table> <table>
<tr><th>GNU/Linux</th><td><code>$HOME/.config/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/Ardour5/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%\ardour5\scripts</code></td></tr> <tr><th>Windows</th><td><code>%localappdata%\ardour6\scripts</code></td></tr>
</table> </table>
<p>Files must end with <code>.lua</code> file extension.</p> <p>Files must end with <code>.lua</code> file extension.</p>

View 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): 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> </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> <p>
The added device should now show up in the dropdown mentioned in the previous paragraph. The added device should now show up in the dropdown mentioned in the previous paragraph.

View File

@ -46,13 +46,13 @@
command line. Type the following command in a terminal window: command line. Type the following command in a terminal window:
</p> </p>
<kbd class="cmd lin">Ardour5</kbd> <kbd class="cmd lin">Ardour6</kbd>
<p> <p>
To start Ardour with an existing session, use: To start Ardour with an existing session, use:
</p> </p>
<kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd> <kbd class="cmd lin">Ardour6 <em>/path/to/session</em></kbd>
<p> <p>
Replace /path/to/session with the actual path of the session. Either the 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: To start Ardour with a new, named session, use:
</p> </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>