enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / internal_send.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-09 Robin Gareushandle internal-sends from audio to midi busses
2016-07-09 Julien "_FrnchFrgg... Make internal sends aware of non-audio data
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-01-18 Paul Davisworking version of new gain control design
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
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...
2015-04-21 Ben LoftisInitial Gain Coefficient tweaks
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-07 Robin Gareuslow-pass filter gain-fader.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-03 Robin Gareusrelease shared route pointer kept by InternalSend when...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-22 Robin Gareusen/disable internal send+returns with tracks en/disable.
2014-06-11 Robin Gareusbasic integration of delaylines (still un-nused)
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-07 Robin Gareusdon't add a [shared] panner for the sends to monitoing...
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-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 Robin Gareusupdate internal-send port-count when target port-count...
2014-01-13 Robin Gareusignore additional channels for AFL, PFL:
2014-01-13 Robin Gareusupdate internal-send port-count when target port-count...
2014-01-13 Robin Gareusignore additional channels for AFL, PFL:
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
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-07-24 Paul Davispart-way through getting the audioengine changes to...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-01-24 Paul Davismore useful error message when an internal send fails...
2012-01-18 Paul Davisfix reload of session with new send naming in place...
2012-01-14 Carl HetheringtonRemove thought-to-be-unnecessary setup of Delivery...
2011-11-20 Carl HetheringtonFill extra channels if monitor sends have more outputs...
2011-10-28 Carl HetheringtonImprove audioengine includes slightly.
2011-10-17 Carl HetheringtonDiscard MIDI when sending to the monitor bus. Fixes
2011-08-29 Carl HetheringtonMove what I'm pretty sure is a misplaced assert; a...
2011-08-10 Paul Davisfix leftover bug from hacking on internal send panning...
2011-08-10 Paul Davisadd virtual Delivery::pan_outs() so that internal sends...
2011-07-18 Paul Davisimproved fix for #4158 etc, hopefully
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...
next