summaryrefslogtreecommitdiff
path: root/libs/ardour/luascripting.cc
AgeCommit message (Expand)Author
2020-04-18Consistent Lua script error and print() output 1/2Robin Gareus
2020-03-15More useful debug message (print script that failed to parse)Robin Gareus
2020-01-01Remove debug outputRobin Gareus
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-18Sort Lua scripts case-insensitive and expose sort-structRobin Gareus
2018-10-26Glib throws a const FileError exceptionRobin Gareus
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