summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin.cc
AgeCommit message (Expand)Author
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
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-04-21Set session dirty on plugin parameter changes (rest of #3997).Carl Hetherington
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2010-12-29Fix plugin parameter updates (#3636).Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington