summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luaproc.h
AgeCommit message (Expand)Author
2020-02-06Prefer TLSF over realloc-pool for LuaProcRobin Gareus
2019-10-15API to count max multi-channel plugin outputsRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-10-20Allow Lua DSP processors to report latencyRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-02-24Save Lua script origin (for later updates) -- DSP pluginRobin Gareus
2016-10-10Add Lua-bindings for inter-processor communicationRobin Gareus
2016-09-18ensure that Lua DSP scripts are configured (even with 0 channels)Robin Gareus
2016-07-19revert inadvertently committed debug settingsRobin Gareus
2016-07-19and plain realloc (not mlocked) as baselineRobin Gareus
2016-07-19another TLSF vs realloc-pool shootoutRobin 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-06-25major internal plugin & processor API change:Robin Gareus
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-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin 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-18implement LuaProc inline displayRobin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus