# HG changeset patch # User Chris Cannam # Date 1141665625 0 # Node ID 9149ecec02fce3ff1d56c57dd64ec022e6ed5e77 # Parent ba31fa322f93f96aa1f162474a8a82904096fd2a * A bit more work on main window / document / commands stuff. This is still pretty unstable. * Enable CSV file reader also to read files with other separators (e.g. .lab files with space separators) * Show "(R)" on waveform display when resampling during playback * Add ability to import additional audio files (can't process them yet) * Fixes to spectrogram cache for multiple views * Fix to avoid floating-point exception in sparse model when resolution not set yet diff -r ba31fa322f93 -r 9149ecec02fc audioio/AudioCallbackPlaySource.h --- a/audioio/AudioCallbackPlaySource.h Fri Mar 03 17:52:21 2006 +0000 +++ b/audioio/AudioCallbackPlaySource.h Mon Mar 06 17:20:25 2006 +0000 @@ -125,7 +125,7 @@ * Return the sample rate set by the target audio device (or the * source sample rate if the target hasn't set one). */ - size_t getTargetSampleRate() const; + virtual size_t getTargetSampleRate() const; /** * Set the current output levels for metering (for call from the