convert from Glib:: to Glib::Threads for all thread-related API
[ardour.git] / libs / ardour / ardour / butler.h
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-01-04 Carl HetheringtonUse Request::Pause rather than Request::Wait for
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
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...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...