summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
2011-02-28Copy plugin when extending the count, rather than using the same one. Should...Carl Hetherington
2011-02-24allow zero-input (i.e. tone generator) processors to be addedPaul Davis
2011-02-20Fix plugin parameter controllers again (#3767).Carl Hetherington
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-12Label logarithmic plugin controls correctly. Should fix #3767.Carl Hetherington
2011-02-07add back some missing logic to can-replicatePaul Davis
2011-02-07simplify "can-replicate" to allow replication only if a plugin has zero or on...Paul Davis
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-02-01Fix up display of plugin automation when loading 2.X sessions.Carl Hetherington
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-31Fix comparison of < 0 with bool.Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27save controls state in PluginInsert state nodes (needed to restore MIDI bindi...Paul Davis
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