summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_plugin.cc
AgeCommit message (Expand)Author
2020-04-16Prefer std::string for `print_parameter` APIRobin Gareus
2020-03-26Display unit-label of VST parameters -- #7938Robin Gareus
2019-10-02remove all use of NO_PLUGIN_STATE #ifdefPaul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-11Use VST's print_parameter() when applicable.Robin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2019-02-16Prepare to allow to disable latency-compensationRobin Gareus
2018-11-07Consolidate VST Plugin InfoRobin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-10-22Sort VST factory presetsRobin Gareus
2018-10-21Potential fix for lost VST MIDI eventsRobin Gareus
2018-10-21Avoid use of 'std::to_stringChristopher Arndt
2018-10-21Add plugin version and parameter count to VST user presetsChristopher Arndt
2018-09-25VST-state, set/restore program before loading chunk.Robin Gareus
2018-06-04remove aeffectx.h; use vestige.hPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-08Don't use VST ->user points, prefer host-reserved ptrRobin Gareus
2017-07-06Consistently set parameter steps.Robin Gareus
2017-06-21Fix VST default value. query once at instantiation time.Robin Gareus
2017-06-21Consolidate ParameterDescriptor settings+rangesRobin Gareus
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-05-10Bump VST param-name length limit to 128 bytes and centralize definitionRobin Gareus
2017-04-25Assume VST chunks are portable (Mac, Linux, Windows VST)Robin Gareus
2017-04-19Use std::string::operator+ instead of string_compose in VSTPluginTim Mayberry
2017-04-19Use XMLNode::get/set_property API in ARDOUR::VSTPluginTim Mayberry
2017-03-12Prepare for graceful case-by-case fallback of VST BypassRobin Gareus
2017-03-07Rework VST initialization:Robin Gareus
2017-03-06Add support for VST effSetBypass #7266Robin Gareus
2017-02-28Tweak/optimize VST callback:Robin Gareus
2017-02-21Implementations for Plugin-Preset-Load to set automationRobin Gareus
2017-01-20fix a -WformatRobin Gareus
2017-01-20Fix oddities when replacing VST-presets.Robin Gareus
2016-11-15add signal for VST state loadRobin Gareus
2016-11-14Fix VST state-lock SNAFU (effSetChunk and process are exclusive)Robin Gareus
2016-11-13VST set defaults only once (initially)Robin Gareus
2016-10-10add missing #includeRobin Gareus
2016-10-10convert VST parameter names to UTF8Robin Gareus
2016-09-17VST threading: prevent concurrent effSetChunk and process()Robin Gareus
2016-08-03add support for VST default values (instantiation time value)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-26update VST audioMasterGetTimeRobin 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-27amend c1c81a239c after testingRobin Gareus
2016-04-27probable fix for 64bit VST signal latencyRobin Gareus
2016-04-13prepare VST plugins for reporting connected pinsRobin Gareus
2016-03-27VSTs don't process in-placeRobin Gareus