# HG changeset patch # User Chris Cannam # Date 1399471880 -3600 # Node ID 0e4332efcc7dc8fee2706b4c84f1d9eee4c61462 # Parent a4b8f08648350d57399d7a7614900a0917291435 Fix failure to take note level into account in playback diff -r a4b8f0864835 -r 0e4332efcc7d audioio/AudioGenerator.cpp --- 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);