summaryrefslogtreecommitdiff
path: root/libs/ardour/luaproc.cc
AgeCommit message (Expand)Author
2016-07-19another TLSF vs realloc-pool shootoutRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-11remove debug outputRobin Gareus
2016-07-11proper semantics for variable port-countRobin Gareus
2016-07-07implement designated enable/bypass port for lua-procRobin Gareus
2016-07-07add LuaTableRef to DSP API as alternative to shared-memRobin Gareus
2016-07-06tweak lua gcRobin Gareus
2016-07-02only reconfigure lua DSP plugins if channelcount changesRobin Gareus
2016-07-01some debug message for lua processorsRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-29prototype lua midi generators & filters and port event-rewriteRobin Gareus
2016-05-19fix lua instrument pluginsRobin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-29implement lua plugin presetsRobin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-15luaproc error loggingRobin Gareus
2016-04-15find a good match for variable i/o pluginsRobin Gareus
2016-04-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-04-13initialize uninitialized variableRobin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin Gareus
2016-03-29lua exception constitues configuration failureRobin Gareus
2016-03-28reduce header dependencies (part 1/2)Robin Gareus
2016-03-19cache LuaProc Parameters in ProcessorRobin Gareus
2016-03-19Revert "hotfix for concurrent lua interpreter calls"Robin Gareus
2016-03-19hotfix for concurrent lua interpreter callsRobin Gareus
2016-03-18add LuaProc Plugin state (to allow state copy, indep from controllables)Robin Gareus
2016-03-18implement LuaProc inline displayRobin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus