log data/fft/FFTDataServer.cpp @ 350:d7c41483af8f

age author description
2007-11-11 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2007-09-06 Chris Cannam * Window should be centred on its nominal time. I'm not sure what the
2007-08-16 Chris Cannam * Layer tree view updating when visibility / audibility changed (and layers
2007-07-13 Chris Cannam * Restore Scale setting which had mistakenly disappeared from spectrum
2007-07-04 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
2007-07-03 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
2007-07-02 Chris Cannam * avoid trying to calculate fft from incomplete decoded audio file in spectrum
2007-06-01 Chris Cannam * don't store fft values scaled by fftsize/2; that's a special requirement
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-03-05 Chris Cannam * Add fuzzy interpolation option as an alternative to zero padding in
2007-03-02 Chris Cannam * Update to use new vamp-hostsdk instead of vamp-sdk
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2007-02-09 Chris Cannam * Add non-fftw3 fft alternative
2007-01-26 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
2007-01-22 Chris Cannam * Fix a crash in spectrogram
2007-01-22 Chris Cannam * Fixes to FFT server lifecycle management
2007-01-19 Chris Cannam * Attempt to improve management of FFT models that are not currently in use.
2007-01-12 Chris Cannam * Make FFT data server more resilient when running out of memory
2006-12-15 Chris Cannam * Basics of an approximate way of managing memory that we've committed to using
2006-12-08 Chris Cannam * Fix apparent (but not actual) failure to save session file
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-11-13 Chris Cannam * Somewhat better handling of running out of memory or disc space
2006-10-19 Chris Cannam * Wire up the Panner widget in the pane, and do some tidying in Pane
2006-10-19 Chris Cannam ...
2006-10-18 Chris Cannam * A start to a panner widget to go with thumbwheels
2006-10-10 Chris Cannam * Improve output from Profiler class and make it incur less (no) overhead in
2006-09-26 Chris Cannam * Use the Storage Adviser's recommendations for storing FFT cache information
2006-09-26 Chris Cannam * flesh out StorageAdviser
2006-09-25 Chris Cannam * Start adding StorageAdviser class to determine whether caches should be
2006-08-16 Chris Cannam * Pull memory cache out into its own file
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-08-03 Chris Cannam * Add Thumbwheel widget for all our zooming needs
2006-08-03 Chris Cannam * Suspend/resume fft data server write activity while reading from a server
2006-08-02 Chris Cannam ...
2006-07-31 Chris Cannam * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel last-cc-copyright
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.