log transform/FeatureExtractionPluginTransform.cpp @ 185:f3191ab6d564

age author description
Thu, 04 Oct 2007 11:52:38 +0000 Chris Cannam * Add MIDI file export (closes FR#1643721)
Mon, 01 Oct 2007 13:48:38 +0000 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
Fri, 28 Sep 2007 16:15:06 +0000 Chris Cannam * Merge transform directory from sv-match-alignment branch
Fri, 21 Sep 2007 09:13:11 +0000 Chris Cannam ...
Tue, 14 Aug 2007 19:37:10 +0000 Chris Cannam ...
Fri, 08 Jun 2007 15:19:50 +0000 Chris Cannam * FFT: fix invalid write of normalisation factor in compact mode of disc cache
Wed, 06 Jun 2007 16:24:55 +0000 Chris Cannam * Enable threaded decoding for Ogg and MP3 files.
Fri, 01 Jun 2007 13:56:35 +0000 Chris Cannam * don't store fft values scaled by fftsize/2; that's a special requirement
Fri, 18 May 2007 16:47:38 +0000 Chris Cannam * minor usability fixes
Mon, 30 Apr 2007 13:36:23 +0000 Chris Cannam * Fix many compile warnings, remove some debug output
Fri, 27 Apr 2007 15:39:48 +0000 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used
Thu, 08 Mar 2007 16:53:08 +0000 Chris Cannam * Fix #1672407 confused by plugin-named files in cwd (or home?)
Mon, 26 Feb 2007 18:13:07 +0000 Chris Cannam * Update along with latest Vamp API change. This has not yet been tested.
Fri, 08 Dec 2006 18:17:29 +0000 Chris Cannam * Fix apparent (but not actual) failure to save session file
Fri, 17 Nov 2006 16:27:39 +0000 Chris Cannam * Update copyright notes as appropriate.
Mon, 13 Nov 2006 14:48:57 +0000 Chris Cannam * Somewhat better handling of running out of memory or disc space
Tue, 17 Oct 2006 13:49:31 +0000 Chris Cannam * Fix slowness in serving FFT values to feature extraction plugin transform
Fri, 13 Oct 2006 12:51:05 +0000 Chris Cannam * Simplify maker names in plugin menu
Mon, 09 Oct 2006 10:49:46 +0000 Chris Cannam * Some dull work to continue unifying the fft model and editable dense 3d model
Fri, 06 Oct 2006 16:53:25 +0000 Chris Cannam * Various improvements to colour 3d plot layer, particularly for large and/or
Thu, 21 Sep 2006 16:43:50 +0000 Chris Cannam * Add support for plugin classification using category files.
Wed, 20 Sep 2006 15:47:16 +0000 Chris Cannam * Handle plugins with weird block size requirements properly
Tue, 19 Sep 2006 14:37:06 +0000 Chris Cannam * More to do with passing around step/blocksize etc from plugin dialog to
Mon, 18 Sep 2006 16:43:17 +0000 Chris Cannam * Add mono timestretch toggle button; some more work on getting blocksize etc
Mon, 31 Jul 2006 17:05:18 +0000 Chris Cannam * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel last-cc-copyright
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.
Mon, 31 Jul 2006 12:03:45 +0000 Chris Cannam * Reorganising code base. This revision will not compile.