summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
2016-03-31plugin-pin-map:Robin Gareus
2016-03-30fix ChanCount min/maxRobin Gareus
2016-03-30debug print match methodRobin Gareus
2016-03-30special case mixbus.Robin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin Gareus
2016-03-29plugin-pin management.. nearly thereRobin Gareus
2016-03-27closing in on pin management.Robin Gareus
2016-03-26further pin management prototyping.Robin Gareus
2016-03-26step by step evolution of plugin pin managementRobin Gareus
2016-03-26strict i/o: limit output channels.Robin Gareus
2016-03-26prototype support for arbitrary plugin channel mapsRobin Gareus
2016-03-25add a dedicated channel map per pluginRobin Gareus
2016-03-25prepare strict-i/o configuration.Robin Gareus
2016-03-25prepare Plugin Pin ManagementRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-02-23fix LV2Plugin::requires_fixed_sized_buffers()Robin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus
2016-01-24deactivate plugin if connect_and_run returns an errorRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-03re-map lv2-port (symbol) with Controllable IDRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-18cleaner version of 7383ea6a (duplicate plugin state)Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-17properly copy plugin state when duplicating routes. #6709Robin Gareus
2015-12-10fix LV2 plugin state for copied plugins.Robin Gareus
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
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-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-08-15fix a typoRobin Gareus
2015-08-15save [actual] plugin i/o-configurationRobin Gareus
2015-08-09remember actual processor configurationRobin Gareus
2015-07-20configure Analysis PluginRobin Gareus
2015-07-10assign new IDs to plugin copies on paste.Robin Gareus
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2015-06-01fix importing A2 automation data - fixes #6359Robin Gareus
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2015-01-06Only restore plugin state (of first instance) once.Robin Gareus
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-03Fix parameter descriptors for one control leaking into another.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-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis