summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/butler.h
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-01-04Use Request::Pause rather than Request::Wait forCarl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-06-09permit different sizes for audio playback & capture buffersPaul Davis
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard