log audioio/AudioCallbackPlaySource.cpp @ 295:14b1768e5406 tonioni

age author description
Tue, 26 Nov 2013 14:39:57 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 14:12:50 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Fri, 19 Apr 2013 15:37:27 +0100 matthiasm different colours, some minor changes, mainly debugging cerrs tonioni
Tue, 11 Oct 2011 11:16:38 +0100 Chris Cannam Merge from the default branch integration_library
Wed, 28 Sep 2011 13:24:49 +0100 Chris Cannam Avoid creating a time stretcher if no sample rate set (SF bug #3376634)
Tue, 23 Aug 2011 14:43:54 +0100 mathieub Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8 integration_library
Fri, 24 Jun 2011 16:44:02 +0100 Chris Cannam Add queueExampleNote method to AudioCallbackPlaySource, providing a way to add a note to a special model which is mixed in outside of the normal playback flow. Currently mixing & generation happen in the play thread, which doesn't work very well -- buffer pending. sonification