log transform/FeatureExtractionModelTransformer.cpp @ 1147:bff23ef9407e 3.0-integration

age author description
Mon, 15 Jun 2015 12:19:47 +0100 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
Fri, 12 Jun 2015 14:51:46 +0100 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
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:12:06 +0100 Chris Cannam Tighten up error handling
Thu, 14 May 2015 14:04:41 +0100 Chris Cannam Handle case where plugin erroneously returns sample rate 0 for fixed-rate output
Wed, 04 Mar 2015 12:01:04 +0000 Chris Cannam Introduce and use a samplerate type cxx11
Tue, 03 Mar 2015 17:09:19 +0000 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
Fri, 14 Nov 2014 13:51:33 +0000 Chris Cannam When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
Wed, 03 Sep 2014 11:22:46 +0100 Chris Cannam Fix memory leak
Wed, 18 Jun 2014 08:34:46 +0100 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
Tue, 17 Jun 2014 14:49:49 +0100 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
Fri, 13 Jun 2014 17:39:01 +0100 Chris Cannam Add an experimental cancel button to view progress bars tonioni
Wed, 02 Apr 2014 08:51:12 +0100 Chris Cannam Merge from branch tonioni tony_integration
Tue, 01 Apr 2014 13:27:32 +0100 Chris Cannam Comment out some debug tonioni
Tue, 11 Mar 2014 17:32:31 +0000 Chris Cannam Merge from default branch tony_integration