changeset 346:0e4332efcc7d tony_integration

Fix failure to take note level into account in playback
author Chris Cannam
date Wed, 07 May 2014 15:11:20 +0100
parents a4b8f0864835
children b3609adae921
files audioio/AudioGenerator.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audioio/AudioGenerator.cpp	Tue Apr 08 17:59:33 2014 +0100
+++ b/audioio/AudioGenerator.cpp	Wed May 07 15:11:20 2014 +0100
@@ -551,7 +551,7 @@
             on.pan = pan;
 
 #ifdef DEBUG_AUDIO_GENERATOR
-	    cout << "mixModel [clip]: adding note at frame " << noteFrame << ", frame offset " << on.frameOffset << " frequency " << on.frequency << endl;
+	    cout << "mixModel [clip]: adding note at frame " << noteFrame << ", frame offset " << on.frameOffset << " frequency " << on.frequency << ", level " << on.level << endl;
 #endif
 	    
             starts.push_back(on);