diff audioio/AudioCallbackPlaySource.cpp @ 328:28c17ce7a6e9 tony_integration

Merge from tonioni branch
author Chris Cannam
date Tue, 28 Jan 2014 15:02:15 +0000
parents 055ff09f7a08
children 0876ea394902
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Thu Dec 12 15:20:14 2013 +0000
+++ b/audioio/AudioCallbackPlaySource.cpp	Tue Jan 28 15:02:15 2014 +0000
@@ -167,7 +167,7 @@
     }
 
 #ifdef DEBUG_AUDIO_PLAY_SOURCE
-    cout << "Adding model with " << modelChannels << " channels at rate " << model->getSampleRate() << endl;
+    cout << "AudioCallbackPlaySource: Adding model with " << modelChannels << " channels at rate " << model->getSampleRate() << endl;
 #endif
 
     if (m_sourceSampleRate == 0) {