Mercurial > hg > svapp
log audioio/AudioGenerator.cpp @ 274:eb9a16538173
age | author | description |
---|---|---|
Mon, 15 Apr 2013 16:13:41 +0100 | Chris Cannam | Fix return type |
Mon, 10 Oct 2011 17:31:30 +0100 | mathieub | m_bufferSize = 2048 in AudioPortAudioTarget.cpp integration_library |
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 |