log layer/SpectrogramLayer.cpp @ 1581:11660e0c896f audio-source-refactor

age author description
2020-01-09 Chris Cannam Provide parameters needed for scale and thresholding spectrogram-export
2020-01-07 Chris Cannam Provide export model spectrogram-export
2019-10-17 Chris Cannam Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.
2019-09-12 Chris Cannam Only set maximum frequency on FFT model when in a special verticallyFixed mode
2019-09-12 Chris Cannam Set maximum frequency on FFT model to reduce cache size (experimental)
2019-09-11 Chris Cannam Generate peak cache directly from model, not from whole-model cache (which turns out to be very slow for large models)
2019-07-05 Chris Cannam Update for removal of (public) getId from Model by-id
2019-07-02 Chris Cannam Further layer updates for ModelById by-id
2019-07-01 Chris Cannam Further layer updates by-id
2019-07-01 Chris Cannam More layer updates by-id
2019-05-24 Chris Cannam Fix incorrect frequency display in peak-freq mode
2019-05-01 Chris Cannam Tweak peak-cache allocations etc in the hope of making long spectrograms a little faster to re-render single-point
2019-03-22 Chris Cannam Use updated TextModel single-point
2019-03-20 Chris Cannam Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest! single-point