fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / send.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-31 Paul Davisimplementation side of Controllable::get_user_string...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-17 Robin Gareusadd self-removing Sends (remove on disconnect)
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-13 Robin Gareussend-delayline: proper debug output (and sort includes...
2014-06-11 Robin Gareusbasic integration of delaylines (still un-nused)
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-22 Robin Gareusfix bitslot already in use warning
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Robin Gareusremove debug code
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 Robin Gareusfix output metering for Sends (Aux and External)
2014-01-13 Robin Gareusfix output metering for Sends (Aux and External)
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
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-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-03-15 Paul Davisbetter, cleaner fix for copying sends/returns/port...
2012-03-13 Paul Davisredesign how XML state, bitslots and names get propagat...
2012-02-28 Carl HetheringtonUse dBs for send gain automation controls too.
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-18 Paul Davisfix reload of session with new send naming in place...
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2011-12-07 Paul Davisremove visible "sound notes" button,add Config paramete...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-11 Carl HetheringtonDon't modify a send's output count depending on where...
2010-12-10 Carl HetheringtonFix deadlock on closing a send IO dialogue.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-20 Carl HetheringtonSave/restore aux send levels. Fixes #3546.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-04-01 Paul Davisdon't override user naming of send/return/port inserts
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-18 Paul Davisforce AFL monitor/listen send to be at the very end...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-06 Paul Davisthe last (?) piece of the internal send/listen/monitor...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-19 Paul Davismaintain send names across session save/restore
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-17 Paul Davissolo models work again (amazing how hard this was)...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul DavisDas BlinkenSendButtons
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-14 Carl HetheringtonFix send copying by paste and drag n drop.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
next