]> Shamusworld >> Repos - ardour-manual/blobdiff - include/lua-scripting.html
Add Clips in the Editor chapter
[ardour-manual] / include / lua-scripting.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>