log data/model/FFTModel.cpp @ 1799:8c34ecba70df

age author description
2019-09-25 Chris Cannam Some tidying time-frequency-boxes
2019-09-17 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
2019-09-12 Chris Cannam Support optional max frequency setting, useful when we want to store caches of very constrained frequency ranges (as in melodic-range spectrogram, potentially)
2019-08-14 Chris Cannam This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths
2019-07-05 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
2019-07-02 Chris Cannam Update FFT model to ById by-id
2019-04-24 Chris Cannam Merge from default branch single-point
2019-04-04 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
2019-04-04 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead single-point
2019-03-29 Chris Cannam Fix error message which says the opposite of the truth single-point
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-13 Chris Cannam Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies spectrogramparam
2018-11-12 Chris Cannam Slightly simplify median-window size calculation - but this is not the best way to do this for spectrum views, need to reconsider spectrogramparam
2018-11-08 Chris Cannam Introduce & make use of faster MovingMedian class (now with resize capability) spectrogramparam
2018-11-08 Chris Cannam A little faster as vector spectrogramparam
2018-11-07 Chris Cannam Comment
2018-11-07 Chris Cannam Properly align window with signal, in oversampled case
2018-04-24 Chris Cannam Some messing around with profiling
2018-03-01 Chris Cannam Untabify
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2017-01-26 Chris Cannam Reduce amount of copying in FFTModel
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-12-07 Chris Cannam Remove unnecessary move()s 3.0-integration
2016-11-23 Chris Cannam Debug note when we overrun end of data 3.0-integration
2016-11-21 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft
2016-11-10 Chris Cannam More timings and cache hit counts 3.0-integration
2016-11-10 Chris Cannam A note on cache hit findings 3.0-integration
2016-11-09 Chris Cannam Print out cache hit/miss counts 3.0-integration
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2016-08-05 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor