Update information on how to load Lua script

This commit is contained in:
Robin Gareus 2023-09-22 16:08:25 +02:00
parent 96536be7cf
commit 98f0cd2401
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 5 additions and 5 deletions

View File

@ -102,19 +102,19 @@ 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/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>
<tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour8/scripts</code></td></tr>
<tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour8/scripts</code></td></tr>
<tr><th>Windows</th><td><code>%localappdata%\ardour8\scripts</code></td></tr>
</table>
<p>Files must end with <code>.lua</code> file extension.</p>
<p>Scripts are managed via the GUI</p>
<table class="dl">
<tr><th>Editor Action Scripts</th><td>Menu &rarr; Edit &rarr; Scripted Actions &rarr; Manage</td></tr>
<tr><th>Editor Action Scripts</th><td>Menu &rarr; Edit &rarr; Scripted Actions &rarr; Manage ; or alternatively right-click on an action-script button top-right in the toolbar</td></tr>
<tr><th>Editor Hooks/Callbacks</th><td>Menu &rarr; Edit &rarr; Scripted Actions &rarr; Manage</td></tr>
<tr><th>Session Scripts</th><td>Menu &rarr; Session &rarr; Scripting &rarr; Add/Remove Script</td></tr>
<tr><th>DSP Scripts</th><td>Mixer-strip &rarr; context menu (right click) &rarr; New Lua Proc</td></tr>
<tr><th>DSP Scripts</th><td>Are added like other plugins to a mixer-strip's processor box</td></tr>
<tr><th>Script Console</th><td>Menu &rarr; Window &rarr; Scripting</td></tr>
</table>