summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luascripting.h
AgeCommit message (Collapse)Author
2017-12-05Allow to pre-seed Lua action script paramsRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
Remove special-cased script types. Allow Action-Scripts to be re-used for session-setup or route-templates.
2017-08-17Track Templates: initial lua backend support.Ben Loftis
2017-08-11Add a new script type for meta-templates: SessionSetupRobin Gareus
2017-02-17Allow to use any Lua function factory, produce bytecodeRobin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-03-23update lua script file management:Robin Gareus
* clean up Script discovery API * add "Snippet" script type * expose user-script dir * add temporary error-debug information
2016-03-23refactor lua header includesRobin Gareus
2016-02-23libardour lua-script-managerRobin Gareus