Mercurial > hg > svgui
log layer/SliceLayer.cpp @ 1511:a473b73fb045 time-frequency-boxes
age | author | description |
---|---|---|
Wed, 17 Jul 2019 13:12:56 +0100 | Chris Cannam | Tidy; also don't show cancel buttons for alignments by-id |
Mon, 01 Jul 2019 14:25:53 +0100 | Chris Cannam | Further layer updates by-id |
Mon, 26 Nov 2018 14:33:54 +0000 | Chris Cannam | Use nullptr throughout fix-static-analysis |
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. |