Mercurial > hg > sonic-visualiser
diff audioio/AudioPortAudioTarget.cpp @ 99:77267127a8ce
* Return ranges from RangeSummarisableTimeValueModel::getRanges by references
instead of by return value. Trying to isolate a Win32 problem.
author | Chris Cannam |
---|---|
date | Wed, 07 Feb 2007 14:21:14 +0000 |
parents | 76fa8f657038 |
children | 0581d552481d |
line wrap: on
line diff
--- a/audioio/AudioPortAudioTarget.cpp Thu Feb 01 14:31:28 2007 +0000 +++ b/audioio/AudioPortAudioTarget.cpp Wed Feb 07 14:21:14 2007 +0000 @@ -22,7 +22,7 @@ #include <cassert> #include <cmath> -#define DEBUG_AUDIO_PORT_AUDIO_TARGET 1 +//#define DEBUG_AUDIO_PORT_AUDIO_TARGET 1 AudioPortAudioTarget::AudioPortAudioTarget(AudioCallbackPlaySource *source) : AudioCallbackPlayTarget(source),