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