summaryrefslogtreecommitdiff
path: root/libs/ardour/luascripting.cc
AgeCommit message (Expand)Author
2017-12-05Allow to pre-seed Lua action script paramsRobin Gareus
2017-12-05Allow to pass interpreter to evaluate action-script parametersRobin Gareus
2017-08-21Catch Lua exception when scanning scriptsRobin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-17Track Templates: initial lua backend support.Ben Loftis
2017-08-11Add a new script type for meta-templates: SessionSetupRobin Gareus
2017-08-10Centralize Lua sandboxingRobin Gareus
2017-02-17Allow to use any Lua function factory, produce bytecodeRobin Gareus
2016-10-10add const'ness (allowing LuaScriptList::const_iterator)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-03-23update lua script file management:Robin Gareus
2016-03-23refactor lua header includesRobin Gareus
2016-02-23libardour lua-script-managerRobin Gareus