Mercurial > hg > svgui
log layer/SpectrogramLayer.cpp @ 1620:dc0e47f234a2 tip
age | author | description |
---|---|---|
Thu, 09 Jan 2020 14:35:41 +0000 | Chris Cannam | Provide parameters needed for scale and thresholding spectrogram-export |
Tue, 07 Jan 2020 11:18:43 +0000 | Chris Cannam | Provide export model spectrogram-export |
Thu, 17 Oct 2019 11:12:54 +0100 | 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. |
Thu, 12 Sep 2019 13:50:24 +0100 | Chris Cannam | Only set maximum frequency on FFT model when in a special verticallyFixed mode |
Thu, 12 Sep 2019 11:53:40 +0100 | Chris Cannam | Set maximum frequency on FFT model to reduce cache size (experimental) |
Wed, 11 Sep 2019 20:36:04 +0100 | Chris Cannam | Generate peak cache directly from model, not from whole-model cache (which turns out to be very slow for large models) |