summaryrefslogtreecommitdiff
path: root/libs/ardour/io_processor.cc
AgeCommit message (Expand)Author
2020-03-02Refactor send naming (#7905)Robin Gareus
2020-02-29Fix order setting I/O namesRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-06-28call IO::prepare_for_reset() on BOTH IO nodes of a PortInsert's XML state, no...Paul Davis
2017-10-29Remove unused per-port buffer offsetRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-20Fix operator precedence (amend e7e9e025)Robin Gareus
2017-04-19Use XMLNode::get/set_property API in ARDOUR::IOProcessor classTim Mayberry
2017-03-31Connect route-template insert i/o ports #5778Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-03fix IOProcessor state loading for half-duplex I/OsRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2012-07-17make it possible to (and actually do) name insert and send ports as "return" ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-16continue the saga of Rewrite The XML Node So That It Can Be Used To Set Anoth...Paul Davis
2012-03-15better, cleaner fix for copying sends/returns/port inserts via XML statePaul Davis
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul 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-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-15more hacking on the processor list and processor box - note that ctrl-x/c/v n...Paul Davis
2009-06-17solo models work again (amazing how hard this was); remove crufty debug outpu...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
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-11Remove internal ports.Carl Hetherington
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-07-16Fixes to get legacy 2.x sends working.Sampo Savolainen
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard