Add a missing #define to our MSVC project (portaudio_backend)
[ardour.git] / libs / ardour / ardour / luaproc.h
2016-10-10 Robin GareusAdd Lua-bindings for inter-processor communication
2016-09-17 Robin Gareusensure that Lua DSP scripts are configured (even with...
2016-07-19 Robin Gareusrevert inadvertently committed debug settings
2016-07-19 Robin Gareusand plain realloc (not mlocked) as baseline
2016-07-19 Robin Gareusanother TLSF vs realloc-pool shootout
2016-07-11 Robin Gareusproper semantics for variable port-count
2016-07-07 Robin Gareusimplement designated enable/bypass port for lua-proc
2016-07-07 Robin Gareusadd LuaTableRef to DSP API as alternative to shared-mem
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-04-29 Robin Gareusimplement lua plugin presets
2016-04-29 Robin Gareusdon't special case lua processors, use plugin-manager
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-13 Robin Gareusfix configurable IO MIDI FX w/strict-i/o
2016-03-30 Robin GareusDelegated plugin configuration is now always successful...
2016-03-28 Robin Gareusreduce header dependencies (part 1/2)
2016-03-19 Robin Gareuscache LuaProc Parameters in Processor
2016-03-19 Robin GareusRevert "hotfix for concurrent lua interpreter calls"
2016-03-19 Robin Gareushotfix for concurrent lua interpreter calls
2016-03-18 Robin Gareusimplement LuaProc inline display
2016-02-23 Robin GareusImplement Lua DSP processor/plugin