Move panner bypass state up to the PannerShell so that it is preserved even when...
[ardour.git] / libs / ardour / internal_send.cc
2011-07-14 Carl HetheringtonMove panner bypass state up to the PannerShell so that...
2011-07-12 Carl HetheringtonCorrect (I think) previous fix.
2011-07-12 Carl HetheringtonSet mixbufs count in the case of a panner being used, as
2011-07-10 Carl HetheringtonSet up initial gains with init_gain() before (rather...
2011-06-14 Paul Davismonitor send gets access to the (shared) pannable of...
2011-06-14 Paul Davisfix initialization of gain for Listen internal sends...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-18 Carl HetheringtonInitialise aux send gain to -inf dB (#3990).
2011-02-20 Carl HetheringtonMake InternalReturns collect their sends' data on the...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-08-19 Carl HetheringtonResize internal send target buffers on set_block_size...
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-03-24 Paul Davisremove XML-based constructors for several types of...
2010-03-08 Paul Davisremove yesterday's mayhem with MainListen and get afl...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-01 Carl HetheringtonFix potentially uninitialised variable.
2009-11-26 Carl HetheringtonRename internal sends when their send-to bus changes.
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-23 Carl HetheringtonPrevent Send::set_state being called twice when constru...
2009-11-23 Carl HetheringtonFix incorrect call of Send constructor with Delivery...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
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-29 Paul Davisavoid crashes caused by the process buffer set being...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
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-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
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-02-11 Carl HetheringtonRemove internal ports.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Paul Davisadd forgotten files