log data/fft/FFTDataServer.cpp @ 1122:b9faee02afa5 recording

age author description
Fri, 12 Jun 2015 12:41:19 +0100 Chris Cannam Start making the FFT model tests into proper tests
Wed, 10 Jun 2015 17:06:02 +0100 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model
Wed, 10 Jun 2015 13:31:21 +0100 Chris Cannam Fix overflow in width calculation
Wed, 10 Jun 2015 13:12:29 +0100 Chris Cannam Do not attempt to switch from read-only to read-write mode if an error is pending (may cause mutex deadlock)
Tue, 10 Mar 2015 10:31:27 +0000 Chris Cannam More type fixes, primarily in the spectrogram cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Mon, 29 Sep 2014 13:27:13 +0100 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
Tue, 17 Jun 2014 14:33:42 +0100 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
Wed, 07 May 2014 15:18:45 +0100 Chris Cannam Merge from default branch tony_integration
Mon, 07 Apr 2014 10:47:15 +0100 Chris Cannam Make it possible to import CSV files directly into Note layers
Tue, 26 Nov 2013 14:37:01 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Wed, 17 Jul 2013 15:59:17 +0100 Chris Cannam Debug stuff tonioni
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 14 Apr 2011 15:20:27 +0100 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
Fri, 27 Feb 2009 15:58:02 +0000 Chris Cannam * update CHANGELOG, remove more debug, add .oga extension sv-v1.5pre1
Mon, 09 Feb 2009 11:53:29 +0000 Chris Cannam * get whole columns at a time from fft model when running transform
Thu, 05 Feb 2009 14:17:11 +0000 Chris Cannam * Auto-close write-mode matrix files when all columns written
Thu, 05 Feb 2009 12:53:19 +0000 Chris Cannam * More careful (I hope!) locking
Thu, 05 Feb 2009 12:05:28 +0000 Chris Cannam * Finer locking in fft caches; fix displayed bin ranges in spectrogram
Tue, 27 Jan 2009 14:40:04 +0000 Chris Cannam * re-enable memory caches!
Tue, 27 Jan 2009 13:25:10 +0000 Chris Cannam * Merge from one-fftdataserver-per-fftmodel branch. This bit of
Mon, 26 Jan 2009 15:18:32 +0000 Chris Cannam * Change QMutex in Editable DTDM to a read/write lock
Thu, 22 Jan 2009 17:39:04 +0000 Chris Cannam * Make Colour3DPlotLayer::paintDense much faster (but still not fast
Mon, 08 Dec 2008 11:15:13 +0000 Chris Cannam * Cut back on the locking and general workload in
Thu, 04 Dec 2008 17:17:06 +0000 Chris Cannam * minor stuff
Tue, 02 Dec 2008 17:17:25 +0000 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
Fri, 28 Nov 2008 13:36:13 +0000 Chris Cannam Various fixes:
Thu, 09 Oct 2008 20:10:28 +0000 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
Thu, 09 Oct 2008 12:04:22 +0000 Chris Cannam * Save/load of region models
Thu, 10 Jul 2008 12:50:56 +0000 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
Mon, 19 May 2008 17:23:11 +0000 Chris Cannam * Permit holding Shift while dragging an instant or other edited thing,
Thu, 08 May 2008 14:46:22 +0000 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
Wed, 12 Mar 2008 17:42:56 +0000 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Wed, 06 Feb 2008 17:40:53 +0000 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
Thu, 24 Jan 2008 22:49:19 +0000 Chris Cannam * More latency for PortAudio output
Thu, 24 Jan 2008 11:03:59 +0000 Chris Cannam * Further model lifecycle fixes
Tue, 13 Nov 2007 13:54:10 +0000 Chris Cannam * Get storage advice for each cache in an FFT data server. Allows us to be spectrogram-cache-rejig
Sun, 11 Nov 2007 20:31:12 +0000 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
Mon, 01 Oct 2007 13:48:38 +0000 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
Thu, 06 Sep 2007 15:14:47 +0000 Chris Cannam * Window should be centred on its nominal time. I'm not sure what the
Thu, 16 Aug 2007 16:47:07 +0000 Chris Cannam * Layer tree view updating when visibility / audibility changed (and layers
Fri, 13 Jul 2007 15:54:17 +0000 Chris Cannam * Restore Scale setting which had mistakenly disappeared from spectrum
Wed, 04 Jul 2007 15:29:16 +0000 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
Tue, 03 Jul 2007 12:46:18 +0000 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
Mon, 02 Jul 2007 14:57:01 +0000 Chris Cannam * avoid trying to calculate fft from incomplete decoded audio file in spectrum
Fri, 01 Jun 2007 13:56:35 +0000 Chris Cannam * don't store fft values scaled by fftsize/2; that's a special requirement
Mon, 30 Apr 2007 13:36:23 +0000 Chris Cannam * Fix many compile warnings, remove some debug output
Mon, 05 Mar 2007 15:32:55 +0000 Chris Cannam * Add fuzzy interpolation option as an alternative to zero padding in
Fri, 02 Mar 2007 13:01:41 +0000 Chris Cannam * Update to use new vamp-hostsdk instead of vamp-sdk
Mon, 26 Feb 2007 14:55:08 +0000 Chris Cannam * remove some debug and some obsolete moc file includes
Fri, 09 Feb 2007 11:32:34 +0000 Chris Cannam * Add non-fftw3 fft alternative
Fri, 26 Jan 2007 16:59:57 +0000 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
Mon, 22 Jan 2007 16:09:03 +0000 Chris Cannam * Fix a crash in spectrogram
Mon, 22 Jan 2007 13:20:54 +0000 Chris Cannam * Fixes to FFT server lifecycle management
Fri, 19 Jan 2007 14:38:57 +0000 Chris Cannam * Attempt to improve management of FFT models that are not currently in use.