summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
2010-09-09Fix assertion failure when turning plugins off.Carl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-08-25strip no-longer used code related to plugin parameter statePaul Davis
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-08-07Call activate() on plugins when setting state so that they are initialised co...Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-30make sure that Parameter that is used by a PluginInsert AutomationControl is ...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-28All plugin activate() method when required for copy & paste operations. Fixe...Carl Hetherington
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-10-16more set_state() tweaks to aid with plugin state loadingPaul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-02Fix update of brackets around processor name on activate / deactivate.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-05-16fix a problem with re-ordering in PostFader placement; remove lots of debuggi...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-08Make sure plugin analysis buffers are the proper length. sigh.Sampo Savolainen
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-30fix up confusion between silence() decls for Processor & PluginInsert; fix ty...Paul Davis
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2008-11-14Apply LV2 changes from 2.0.David Robillard
2008-10-20Added facilities into PluginInsert for the GUI to gather parts of the real si...Sampo Savolainen
2008-10-13First draft of the EQ visualization system. Now force fed to all plugin UIs.Sampo Savolainen
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Plugin automation fixes from torbenh.David Robillard
2008-09-28Fix shadowing problem with *Control::set_value.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard