Mercurial > hg > svgui
graph
- 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 padding2018-11-15, by Chris Cannam
- Handle integer pixel scaling as well2018-11-15, by Chris Cannam
- Scale pen for retina display on macOS as well as for hidpi display elsewhere2018-11-15, by 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.2018-11-15, by Chris Cannam
- Fixes to spectrum axis calculations, + default to starting at bin 12018-11-14, by Chris Cannam
- We need to draw illumination label *after* the spectrum...2018-11-14, by Chris Cannam
- Fix some incorrect pixel scaling2018-11-14, by Chris Cannam
- Fix compiler warning2018-11-14, by Chris Cannam
- Merge from branch spectrogramparam2018-11-14, by Chris Cannam
- Various tweaks & fixes to log-scale handling in spectrum. We can't easily preserve the nice behaviour where peaks stay in place as fft size changes, without potentially losing a bit of low-frequency information2018-11-14, by Chris Cannam
- Correct positioning for centre line when antialiasing with non-0-width pen2018-11-14, by Chris Cannam
- Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling2018-11-14, by Chris Cannam
- Toward highlighting peaks on spectrum2018-11-13, by Chris Cannam
- Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)2018-11-13, by Chris Cannam
- Make "zoom to region" work sensibly for slice/spectrum layers; ensure that min/max bin are remapped properly when changing fft size2018-11-13, by Chris Cannam