most of libardour now actually compiles
[ardour.git] / libs / ardour / port_insert.cc
2013-07-25 Paul Davismost of libardour now actually compiles
2012-11-07 Paul Davisnew MTDM implementation from Fons' latest jack_delay...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-06-01 Carl HetheringtonPrevent latency measurement output buffer being silenced by
2012-06-01 Carl HetheringtonMinor tidy-ups to MTDM code; add test.
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...
2011-12-02 Paul Daviscatch up with is_silent change
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-30 Carl HetheringtonSave/restore PortInsert state fully (fixes #3901).
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-16 Carl HetheringtonFix loading of PortInserts from 2.X sessions.
2010-12-16 Carl HetheringtonFix deadlock.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
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-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-04 Carl HetheringtonMake port inserts work.
2009-12-04 Carl HetheringtonFix setup of port insert IO names.
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
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-21 Paul Davisfix clicking when processors become active/inactive...
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-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-10 Carl HetheringtonFixes to port inserts.
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-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-23 David RobillardFix loading inserts from 2.0 sessions.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.