log transform/FeatureExtractionModelTransformer.cpp @ 1886:f803d3c33f76 tip

age author description
Fri, 26 Jun 2020 11:45:39 +0100 Chris Cannam Ensure completion on output model is started at zero, so if it's checked before the input model has become ready and the transform has begun, it is not accidentally reported as complete (affected re-aligning models in Sonic Lineup when replacing the session)
Thu, 09 Apr 2020 11:22:55 +0100 Chris Cannam Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)
Fri, 20 Mar 2020 16:30:33 +0000 Chris Cannam Use shared_ptr for plugin instances throughout audio-source-refactor
Tue, 17 Sep 2019 11:21:33 +0100 Chris Cannam More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs
Tue, 10 Sep 2019 16:34:47 +0100 Chris Cannam Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
Wed, 04 Sep 2019 17:31:02 +0100 Chris Cannam Some debug tweaks