Mercurial > hg > svapp
diff audioio/AudioCallbackPlaySource.cpp @ 281:cba1e2a3d14b tonioni
different colours, some minor changes, mainly debugging cerrs
author | matthiasm |
---|---|
date | Fri, 19 Apr 2013 15:37:27 +0100 |
parents | f853dfb200de |
children | 14b1768e5406 |
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp Mon Apr 15 18:03:06 2013 +0100 +++ b/audioio/AudioCallbackPlaySource.cpp Fri Apr 19 15:37:27 2013 +0100 @@ -164,7 +164,7 @@ } #ifdef DEBUG_AUDIO_PLAY_SOURCE - std::cout << "Adding model with " << modelChannels << " channels at rate " << model->getSampleRate() << std::endl; + std::cout << "AudioCallbackPlaySource.cpp: Adding model with " << modelChannels << " channels at rate " << model->getSampleRate() << std::endl; #endif if (m_sourceSampleRate == 0) {