fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / io_processor.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-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-03 Robin Gareusfix IOProcessor state loading for half-duplex I/Os
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-03-16 Paul Daviscontinue the saga of Rewrite The XML Node So That It...
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...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
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-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-15 Paul Davismore hacking on the processor list and processor box...
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-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
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-11 Carl HetheringtonRemove internal ports.
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-07-16 Sampo SavolainenFixes to get legacy 2.x sends working.
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.