Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstre...
[ardour.git] / libs / ardour / butler.cc
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2010-04-06 Paul Davis(3.0 version of 2.0-ongoing) fix 100% CPU usage after...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...