summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin.h
AgeCommit message (Expand)Author
2015-12-25Keep plugin presets in sync across plugin-instances.Robin Gareus
2015-12-25don't assume plugin presets start their numbering at zero.Robin Gareus
2015-12-25add a PluginPreset struct: combined plugin-info + preset-recordRobin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-11-18add dedicated API to check plugin classRobin 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-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-22remove obsolete jack includes in libardourRobin Gareus
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-10-23initialize plugin param descriptor structRobin Gareus
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-06-19patch from colinf that adds an 'empty' preset to the preset drop-down list, s...Paul Davis
2012-06-13flip default value of Plugin::presets_are_MIDI_programs and Plugin::current_p...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-05-07move ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offe...Paul Davis
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
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-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-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-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-03Implement LV2 files extension.David Robillard
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-07Add scrollbar to edit presets dialogue, and the ability to differentiate betw...Carl Hetherington
2010-12-07Put plugin-note-off code in the right place.Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.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-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis