Found via `codespell -q 3 -S "*.pdf,*.po,./.git,*.tosc,./waf,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch" -L acount,addin,ane,ba,buss,busses,caf,capela,devine,disconnectin,discreet,doubleclick,envolution,filetest,fo,ghandi,homs,hsi,layed,maschine,mis,nd,ontop,pass-thru,removeable,retrn,ro,scrollin,sectionin,seh,siz,sord,sur,te,trough,ue,vie,wth`
Ardour Lua Scripts ================== https://manual.ardour.org/lua-scripting/ For upstream script addition, please file a pull-request at https://github.com/Ardour/ardour/tree/master/share/scripts Script Naming conventions: _ A script filename with a leading underscore indicates an example script. These scripts are only available from ardour's git repository and not installed nor included with binary bundles. __ Scripts with a filename starting with two underscores are excluded from unit-tests. This is currently the case for convolver, fluidsynth and plugin-modulation. They depend on external files (soundfont, impulse-response) or a specific session-setup (plugin-modulation needs an automatable plugin). s_ A filename beginning with "s_" indicates a code snippet. These scripts can only be used in the interactive interpreter (Window > Scripting). They may be useful by themselves or handy for copy/edit to create EditorActions. The filename prefix is only for convenience, "type" = "Snippet" is used when scripts are listed at runtime. _-*.lua git ignores those. Intended for local/custom dev scripts or work in progress.