Update information on how to load Lua script
This commit is contained in:
parent
96536be7cf
commit
98f0cd2401
@ -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 → Edit → Scripted Actions → Manage</td></tr>
|
||||
<tr><th>Editor Action Scripts</th><td>Menu → Edit → Scripted Actions → 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 → Edit → Scripted Actions → Manage</td></tr>
|
||||
<tr><th>Session Scripts</th><td>Menu → Session → Scripting → Add/Remove Script</td></tr>
|
||||
<tr><th>DSP Scripts</th><td>Mixer-strip → context menu (right click) → 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 → Window → Scripting</td></tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user