# HG changeset patch # User Chris Cannam # Date 1170858074 0 # Node ID 77267127a8ce3b0245a8f6f32f9f709724b057e8 # Parent 32b386dac447250d7840a0ddf2b0e700eadfca1e * Return ranges from RangeSummarisableTimeValueModel::getRanges by references instead of by return value. Trying to isolate a Win32 problem. diff -r 32b386dac447 -r 77267127a8ce audioio/AudioPortAudioTarget.cpp --- 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 #include -#define DEBUG_AUDIO_PORT_AUDIO_TARGET 1 +//#define DEBUG_AUDIO_PORT_AUDIO_TARGET 1 AudioPortAudioTarget::AudioPortAudioTarget(AudioCallbackPlaySource *source) : AudioCallbackPlayTarget(source),