diff audioio/ClipMixer.cpp @ 404:08a45e4cf1b1 tonioni

Update subrepos and merge from default branch
author Chris Cannam
date Tue, 02 Sep 2014 16:23:48 +0100
parents f747be6743ab
children b0b49da13975
line wrap: on
line diff
--- a/audioio/ClipMixer.cpp	Fri Jul 18 13:25:11 2014 +0100
+++ b/audioio/ClipMixer.cpp	Tue Sep 02 16:23:48 2014 +0100
@@ -131,6 +131,12 @@
 
     float *levels = new float[m_channels];
 
+#ifdef DEBUG_CLIP_MIXER
+    cerr << "ClipMixer::mix: have " << m_playing.size() << " playing note(s)"
+         << " and " << endingNotes.size() << " note(s) ending here"
+         << endl;
+#endif
+
     foreach (NoteStart note, m_playing) {
 
         for (int c = 0; c < m_channels; ++c) {