log data/fft/FFTDataServer.cpp @ 642:6f6aa00a404c

age author description
2009-02-27 Chris Cannam * update CHANGELOG, remove more debug, add .oga extension sv-v1.5pre1
2009-02-09 Chris Cannam * get whole columns at a time from fft model when running transform
2009-02-05 Chris Cannam * Auto-close write-mode matrix files when all columns written
2009-02-05 Chris Cannam * More careful (I hope!) locking
2009-02-05 Chris Cannam * Finer locking in fft caches; fix displayed bin ranges in spectrogram
2009-01-27 Chris Cannam * re-enable memory caches!
2009-01-27 Chris Cannam * Merge from one-fftdataserver-per-fftmodel branch. This bit of
2009-01-26 Chris Cannam * Change QMutex in Editable DTDM to a read/write lock
2009-01-22 Chris Cannam * Make Colour3DPlotLayer::paintDense much faster (but still not fast
2008-12-08 Chris Cannam * Cut back on the locking and general workload in
2008-12-04 Chris Cannam * minor stuff
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-28 Chris Cannam Various fixes:
2008-10-09 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
2008-10-09 Chris Cannam * Save/load of region models
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
2008-05-19 Chris Cannam * Permit holding Shift while dragging an instant or other edited thing,
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-06 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
2008-01-24 Chris Cannam * More latency for PortAudio output
2008-01-24 Chris Cannam * Further model lifecycle fixes
2007-11-13 Chris Cannam * Get storage advice for each cache in an FFT data server. Allows us to be spectrogram-cache-rejig
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 ...