fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / plugin_insert.cc
2016-01-03 Robin Gareusre-map lv2-port (symbol) with Controllable ID
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-18 Robin Gareuscleaner version of 7383ea6a (duplicate plugin state)
2015-12-18 Robin Gareussave/restore plugin state with track-template
2015-12-17 Robin Gareusproperly copy plugin state when duplicating routes...
2015-12-10 Robin Gareusfix LV2 plugin state for copied plugins.
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-20 Paul DavisRevert "rename ParameterChanged signal in Plugin to...
2015-10-20 Paul Davisrename ParameterChanged signal in Plugin to ParameterCh...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-08-15 Robin Gareusfix a typo
2015-08-15 Robin Gareussave [actual] plugin i/o-configuration
2015-08-09 Robin Gareusremember actual processor configuration
2015-07-20 Robin Gareusconfigure Analysis Plugin
2015-07-16 Ben Loftismerge fix
2015-07-10 Robin Gareusassign new IDs to plugin copies on paste.
2015-06-01 Robin Gareusproperly handle integer steps in plugin controls
2015-06-01 Robin Gareusfix importing A2 automation data - fixes #6359
2015-05-04 Robin GareusAPI to reset plugin parameters to default
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-06 Robin GareusOnly restore plugin state (of first instance) once.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-11-29 David RobillardSet discrete by default for boolean parameters.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-03 David RobillardFix parameter descriptors for one control leaking into...
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-18 Ben LoftisFix some inconsistent usage of a Controllables Interfac...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-26 Robin Gareusprocess effect-automation when bouncing w/processing
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-06 Robin Gareusprovide plugins with all available buffers.
2014-03-23 Robin Gareusmidi-controller, support log parameters - fixes #5890
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-28 Robin Gareusfix typo in doc
2014-02-26 Robin Gareustreat linux and windows VST plugins equivalent on sessi...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-25 Robin Gareusfix crash when removing synth from midi-track
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-18 David RobillardFix crash when instrument plugins fail to instantiate.
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-05 Robin Gareusfix plugin log-sliders for ranges [0..]
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2014-01-01 Robin Gareusvisualize port connections in mixer/processor when...
2013-12-29 Robin Gareususe buffer APIs instead of raw memcpy, fix plugin bypass
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-08 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-08-08 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-11 Paul Davisimproved version of last commit, for tracking plugin...
2012-07-09 Paul Davisset fader and plugin parameter automation curve default...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-04-10 David RobillardFix failed assertion with plugins with only an audio...
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-09 Paul Davisreduce Processor debug tag verbosity
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-09 Carl HetheringtonRemove unnecessary silencing of unused plugin inputs...
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-11-23 Carl HetheringtonTrim function that is only used once.
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-01 Paul Davisstart trying to remove the use of Plugin::info()->n_...
2011-11-01 Paul Davisa better fix for the silent buffer issue: whenever...
2011-10-21 David RobillardMore robust plugin I/O mapping.
2011-10-19 Carl HetheringtonImprove plugin hide logic to prevent crashes when tryin...
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-26 Carl HetheringtonSomewhat experimental patch to hide plugin inputs if...
next