diff audio/AudioCallbackPlaySource.cpp @ 555:2683a8ca36ea 3.0-integration

Fix compiler warnings
author Chris Cannam
date Fri, 09 Dec 2016 19:04:33 +0000
parents 2a1e9e017484
children 206d65e2b69a
line wrap: on
line diff
--- a/audio/AudioCallbackPlaySource.cpp	Fri Dec 09 18:01:55 2016 +0000
+++ b/audio/AudioCallbackPlaySource.cpp	Fri Dec 09 19:04:33 2016 +0000
@@ -1129,6 +1129,8 @@
 
 	int got = 0;
 
+        cerr << "getTargetChannelCount() == " << getTargetChannelCount() << endl;
+        
 	for (int ch = 0; ch < getTargetChannelCount(); ++ch) {
 
 	    RingBuffer<float> *rb = getReadRingBuffer(ch);