summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin.cc
AgeCommit message (Expand)Author
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
2010-12-07Put plugin-note-off code in the right place.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington
2010-12-06Manage attempts to save plugin presets with the same name. Helps with #2662.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-10-21Fix creation of plugin presets.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-03-07Fix compiler warningsSakari Bergen
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-27Big ol' automation refactor.David Robillard