log plugins/AdaptiveSpectrogram.cpp @ 113:d0920575b48a

age author description
Wed, 20 May 2009 08:52:11 +0000 Chris Cannam * pass allocator through to sub-cuts (duh)
Tue, 19 May 2009 16:18:11 +0000 Chris Cannam * label bins
Mon, 18 May 2009 12:34:12 +0000 Chris Cannam * Restore vital calculation that I foolishly removed "as a tiny optimisation"
Thu, 14 May 2009 12:45:27 +0000 Chris Cannam * Update to use BlockAllocator, and a few other bits & pieces
Wed, 13 May 2009 17:41:41 +0000 Chris Cannam * tidy, make threading a parameter, fix offset error in fft input
Wed, 13 May 2009 09:19:30 +0000 Chris Cannam * Update to new FFT api
Tue, 12 May 2009 21:05:44 +0000 Chris Cannam * Switch CutThread to AsynchronousTask; introduce FFTThread as well and
Tue, 12 May 2009 17:57:41 +0000 Chris Cannam * first crack at threading cut code
Tue, 12 May 2009 12:01:23 +0000 Chris Cannam * Remove old implementation
Tue, 12 May 2009 10:34:54 +0000 Chris Cannam * fix obvious memory leak
Tue, 12 May 2009 10:27:03 +0000 Chris Cannam * Add local normalisation to adaptive spectrogram
Mon, 27 Apr 2009 15:30:05 +0000 Chris Cannam * some experiments in working from the original paper for the adaptive
Mon, 27 Apr 2009 08:33:23 +0000 Chris Cannam * some (not entirely successful) experiments
Fri, 27 Feb 2009 13:07:07 +0000 Chris Cannam * minor tidy
Fri, 27 Feb 2009 10:45:10 +0000 Chris Cannam * Add the Adaptive Spectrogram plugin -- but it isn't working correctly