summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin.cc
AgeCommit message (Expand)Author
2018-01-30Update plugin classificationRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-09Allow to send MIDI data directly to a pluginRobin Gareus
2017-06-23Remove unnecessary LocaleGuard header includeTim Mayberry
2017-06-22Remove LocaleGuard from Plugin::get_stateTim Mayberry
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-04-25Add an API to conveniently query plugin-parameter labelsRobin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Plugin classTim Mayberry
2017-04-12Fix setting Plugin-Owner (route) for analysis pluginsRobin Gareus
2017-03-12Fix issue with automation-playback constantly marking a session dirty.Robin Gareus
2017-01-20Fix oddities when replacing VST-presets.Robin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-08-06mark session dirty when changing plugin presetsRobin 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-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-03add Plugin API to query port-labels and side-chain property.Robin Gareus
2016-03-19fix plugin preset listingRobin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus
2016-01-09and again.Robin Gareus
2016-01-09fix typo in ce7d18bc16Robin Gareus
2016-01-09don't allow to delete factory presetsRobin 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
2015-12-25Keep plugin presets in sync across plugin-instances.Robin Gareus
2015-11-29fix seamless midi-looping - fixes #5438Robin Gareus
2015-10-20rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its ...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-14Fix a problem where VST automation data wasn't getting written (if the adjust...4.3John Emmas
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-03-23limit plugin-preset ‘seen_set_state’ message.Robin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-11-20Reduce unnecessary non-const MIDI buffer access.David Robillard
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15tweaks to NO_PLUGIN_STATE logicPaul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2012-08-09when sending notice of a change in a plugin parameter value, send the current...Paul Davis
2012-06-19patch from colinf that adds an 'empty' preset to the preset drop-down list, s...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis