Fix a tiny memory-leak when calling vfork
[ardour.git] / libs / ardour / vst_plugin.cc
2018-11-07 Robin GareusConsolidate VST Plugin Info
2018-11-04 Robin GareusOptimize Plugin connect & run API, use const maps
2018-10-22 Robin GareusSort VST factory presets
2018-10-21 Robin GareusPotential fix for lost VST MIDI events
2018-10-20 Christopher ArndtAvoid use of 'std::to_string
2018-10-20 Christopher ArndtAdd plugin version and parameter count to VST user...
2018-09-25 Robin GareusVST-state, set/restore program before loading chunk.
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-08 Robin GareusDon't use VST ->user points, prefer host-reserved ptr
2017-07-06 Robin GareusConsistently set parameter steps.
2017-06-21 Robin GareusFix VST default value. query once at instantiation...
2017-06-21 Robin GareusConsolidate ParameterDescriptor settings+ranges
2017-06-21 Robin Gareusremove min/max unbound -- LADSPA special case.
2017-05-09 Robin GareusBump VST param-name length limit to 128 bytes and centr...
2017-04-25 Robin GareusAssume VST chunks are portable (Mac, Linux, Windows...
2017-04-18 Tim MayberryUse std::string::operator+ instead of string_compose...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::VSTPlugin
2017-03-12 Robin GareusPrepare for graceful case-by-case fallback of VST Bypass
2017-03-06 Robin GareusRework VST initialization:
2017-03-06 Robin GareusAdd support for VST effSetBypass #7266
2017-02-28 Robin GareusTweak/optimize VST callback:
2017-02-21 Robin GareusImplementations for Plugin-Preset-Load to set automation
2017-01-20 Robin Gareusfix a -Wformat
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2016-11-14 Robin Gareusadd signal for VST state load
2016-11-14 Robin GareusFix VST state-lock SNAFU (effSetChunk and process are...
2016-11-13 Robin GareusVST set defaults only once (initially)
2016-10-10 Robin Gareusadd missing #include
2016-10-10 Robin Gareusconvert VST parameter names to UTF8
2016-09-17 Robin GareusVST threading: prevent concurrent effSetChunk and process()
2016-08-03 Robin Gareusadd support for VST default values (instantiation time...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-27 Robin Gareusamend c1c81a239c after testing
2016-04-27 Robin Gareusprobable fix for 64bit VST signal latency
2016-04-12 Robin Gareusprepare VST plugins for reporting connected pins
2016-03-27 Robin GareusVSTs don't process in-place
2016-03-15 Robin Gareusavoid memcpy if it's not needed.
2015-12-25 Robin Gareusdon't assume plugin presets start their numbering at...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-14 John EmmasFix a problem where VST automation data wasn't getting... 4.3
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-08-07 Robin Gareusgive copy_vector() another chance.
2015-08-07 Robin GareusVST use scratch buffers for processing.
2015-08-07 Robin Gareusfix VST plugin crash (from 35a9c63)
2015-08-05 Robin Gareusrework VST processing/buffering (no more alloca).
2015-08-05 Robin GareusVST replaceProcessing () != in-place processing.
2015-07-21 Robin GareusVST plugin title fix #6467
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-16 Robin GareusVST: fix a copy/paste typo and possible segfault
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryRemove unused header includes
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-17 Robin Gareusvst - fix effGetParameterProperties; label may be unset.
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-10 Paul Davisuse buf_index_in() to identify VST MIDI buffer
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-02 Robin Gareusimplement VST midi-output
2014-02-22 Robin GareusNOOP, whitespace change only
2014-02-22 Robin GareusWindows VST GUI related rework
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davisimprove comment explaining the use of alloca()
2014-01-15 Paul Davisadd back comment explaining the use of alloca()
2014-01-15 Paul Davismerge with master
2014-01-15 Robin Gareusrework LXVST port assignments - fixes #5827
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
next