Mercurial > hg > svgui
log layer/SliceLayer.cpp @ 1403:10e768adaee5
age | author | description |
---|---|---|
Thu, 15 Nov 2018 15:08:08 +0000 | Chris Cannam | Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding |
Thu, 15 Nov 2018 14:04:32 +0000 | Chris Cannam | Scale pen for retina display on macOS as well as for hidpi display elsewhere |
Thu, 15 Nov 2018 13:06:38 +0000 | Chris Cannam | Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels. |