summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-22Remove LocaleGuards from LadspaPlugin::set/add_stateTim Mayberry
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::LadpsaPluginTim Mayberry
2017-02-21Implementations for Plugin-Preset-Load to set automationRobin Gareus
2017-01-09tweak previous commit to make desc.max_unbound "more correct"Paul Davis
2017-01-09fix ranges for LADSPA unbounded toggle parameters.Paul Davis
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-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-26initialize output data ports for cases where the plugin is not runRobin Gareus
2016-03-18fix possible overflow (printing float)Robin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-07LADSPA preset discoveryRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-25Conditionally remove possibly unused functions.David Robillard
2014-11-30use update_steps() instead of custom functionRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2013-07-31fix merge conflict from masterPaul Davis
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be...Paul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2013-01-09A few more typo fixes in libardour.Colin Fletcher
2012-07-12break recursive loops of Plugin::parameter_changed()->Plugin::ParameterChange...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-27Slightly tweaked patch from colinf to avoid crashes onCarl Hetherington
2011-10-21More robust plugin I/O mapping.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Generic scale points API.David Robillard
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-02Stop saving of garbage values to LADSPA preset files when an output parameter...Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-11Fix compiler warningsSakari Bergen
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-06Manage attempts to save plugin presets with the same name. Helps with #2662.Carl Hetherington