summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luascripting.h
AgeCommit message (Collapse)Author
2019-12-12Add method to look up Lua script by nameRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-07-19'ARDOUR::LuaScripting::Sorter()' needs to be exportable (since it gets used ↵John Emmas
outside of libardour)
2019-07-18Sort Lua scripts case-insensitive and expose sort-structRobin Gareus
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