Mercurial > hg > svapp
changeset 281:cba1e2a3d14b tonioni
different colours, some minor changes, mainly debugging cerrs
author | matthiasm |
---|---|
date | Fri, 19 Apr 2013 15:37:27 +0100 |
parents | cf32a7c584c2 |
children | a3fcaad1a269 |
files | audioio/AudioCallbackPlaySource.cpp audioio/AudioGenerator.cpp audioio/AudioGenerator.h |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
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) {