log

age author description
Mon, 23 Feb 2009 11:43:55 +0000 Chris Cannam * restore compileability
Mon, 23 Feb 2009 11:41:28 +0000 Chris Cannam * midi stubs (this revision will not compile)
Thu, 12 Feb 2009 15:26:43 +0000 Chris Cannam * Some fairly simplistic code to set up layer type properties based on
Tue, 10 Feb 2009 17:24:30 +0000 Chris Cannam * Fix crash when processing a file that is shorter than a single block
Mon, 09 Feb 2009 11:53:29 +0000 Chris Cannam * get whole columns at a time from fft model when running transform
Mon, 09 Feb 2009 11:38:08 +0000 Chris Cannam * Some steps to avoid backward seeks in MatrixFile in common use cases
Sun, 08 Feb 2009 20:03:54 +0000 Chris Cannam * Some changes and debug toward reducing backward seeks (v. slow on os/x
Fri, 06 Feb 2009 15:06:23 +0000 Chris Cannam * Restore (better quality) y-axis interpolation in spectrogram
Thu, 05 Feb 2009 17:46:34 +0000 Chris Cannam * Restore peak bins mode in spectrogram
Thu, 05 Feb 2009 17:33:21 +0000 Chris Cannam * Re-enable peak frequencies display in spectrogram
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
Wed, 04 Feb 2009 20:39:11 +0000 Chris Cannam * fix deadlock in fft memory cache usage
Wed, 04 Feb 2009 15:03:42 +0000 Chris Cannam * Make use of peak cache in spectrogram
Wed, 04 Feb 2009 13:33:50 +0000 Chris Cannam * Add peak cache type for 3d models
Wed, 04 Feb 2009 12:13:16 +0000 Chris Cannam * throw (but do not yet catch!) exception when running out of disc space
Wed, 04 Feb 2009 10:53:38 +0000 Chris Cannam * Thread safety (fixing a crash)
Tue, 03 Feb 2009 11:12:19 +0000 Chris Cannam * minor fix
Mon, 02 Feb 2009 17:07:47 +0000 Chris Cannam * Avoid crash in StorageAdviser if temporary directory cannot be opened
Thu, 29 Jan 2009 14:17:12 +0000 Chris Cannam * take a bit more care about peaks cache sizing
Thu, 29 Jan 2009 13:39:18 +0000 Chris Cannam ...
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
Fri, 23 Jan 2009 14:00:29 +0000 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
Fri, 23 Jan 2009 13:31:51 +0000 Chris Cannam * Some simple compression for dense 3d models that actually represent
Thu, 22 Jan 2009 17:58:33 +0000 Chris Cannam * try some qvectors
Thu, 22 Jan 2009 17:39:04 +0000 Chris Cannam * Make Colour3DPlotLayer::paintDense much faster (but still not fast
Tue, 20 Jan 2009 18:11:10 +0000 Chris Cannam * Try to avoid leaving output files open after completion