Mercurial > hg > sonic-visualiser
changeset 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 | 32b386dac447 |
children | f3516e520652 |
files | audioio/AudioPortAudioTarget.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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),