summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin.h
AgeCommit message (Expand)Author
2020-04-16Prefer std::string for `print_parameter` APIRobin Gareus
2020-04-01Overhaul InstrumentInfoRobin Gareus
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-10-15API to count max multi-channel plugin outputsRobin Gareus
2019-10-15Detect plugin-name ambiguitiesRobin Gareus
2019-10-15NO-OP: indent, comments and consistencyRobin Gareus
2019-09-30Fix remaining doxygen warnings (!)Robin Gareus
2019-08-29No-OP: move doxygen doc into header filesRobin Gareus
2019-08-19LV2 extension to override strict-i/o per pluginBen Loftis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-28Allow to special case plugins used for IR analysisRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2018-12-20Amend e4304f3bf, plugin-preset, preset-recordRobin Gareus
2018-12-18Wouldn't it be nice if plugin presets had a description/comment?Robin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-01-30Remove unused APIRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-09LV2/midnam tweaks - fix race conditionsRobin Gareus
2017-09-09Allow to send MIDI data directly to a pluginRobin Gareus
2017-09-08Add LV2 extension to notify host about midi-bank/pgm state.Robin Gareus
2017-07-31Indicate whether to show plugin's inline display in GUIJohannes Mueller
2017-04-25Add an API to conveniently query plugin-parameter labelsRobin Gareus
2017-02-28Tweak/optimize VST callback:Robin Gareus
2017-02-21Add API allowing plugin preset load to affect automationRobin Gareus
2017-01-20Fix oddities when replacing VST-presets.Robin Gareus
2016-11-10Parse PortGroups into Plugin::IOPortDescriptionRobin Gareus
2016-10-29Prototype LV2 extension for plugins to provide MidnamsRobin Gareus
2016-10-10Forward "owner" from Processor to PluginRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-07-09move LatencyChanged detection from Plugin to Processor (plugin-insert)Robin Gareus
2016-07-08add an plugin API to query generic-gui grid-layoutRobin Gareus
2016-07-05add API to use a plugin provided bypass control portRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-08add Plugin LatencyChanged() signal and max latency reportRobin Gareus
2016-04-03add Plugin API to query port-labels and side-chain property.Robin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin Gareus
2016-03-27allow no-inplace processingRobin Gareus
2016-03-14update [LV2] Plugin Inline Display API: drop cairo dependencyRobin Gareus
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-02-23fix LV2Plugin::requires_fixed_sized_buffers()Robin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-08remove default implementation to query plugin-preset namesRobin Gareus
2016-01-07Add API to allow querying plugin-presets without instantiating the pluginRobin Gareus
2016-01-07NO-OP, re-order headerRobin Gareus