graph
- Merge from default branchfix-static-analysis 2018-12-04, by Chris Cannam
- Fix erasing of Region layer labels as the playhead moves over them2018-11-29, by Chris Cannam
- Use nullptr throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Header guardsfix-static-analysis 2018-11-26, by Chris Cannam
- Use override throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Fixes from clang modernize-use-overridefix-static-analysis 2018-11-22, by Chris Cannam
- Make horizontal wheeling a bit less crazily fast in the absence of fine delta information2018-11-16, by 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 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 informationspectrogramparam 2018-11-14, by Chris Cannam
- Correct positioning for centre line when antialiasing with non-0-width penspectrogramparam 2018-11-14, by Chris Cannam
- Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labellingspectrogramparam 2018-11-14, by Chris Cannam
- Toward highlighting peaks on spectrumspectrogramparam 2018-11-13, by Chris Cannam
- Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)spectrogramparam 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 sizespectrogramparam 2018-11-13, by Chris Cannam
- Make mention of the shift-drag feature and zooming in the status textspectrogramparam 2018-11-13, by Chris Cannam
- Small speedupsspectrogramparam 2018-11-12, by Chris Cannam
- Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be consideredspectrogramparam 2018-11-12, by Chris Cannam
- Retrieve only the values already determined to be peaksspectrogramparam 2018-11-08, by Chris Cannam
- Fix "colour" rendering for spectrum (now resembles a filled "line" mode rather than a filled "block" mode)spectrogramparam 2018-11-08, by Chris Cannam
- Switch spectrum to antialiased drawing with considerable speedup for the dense areas; take horizontal scale height into account when rendering slice layer heightspectrogramparam 2018-11-07, by Chris Cannam
- Add oversampling option to spectrum as wellspectrogramparam 2018-11-07, by Chris Cannam
- Merge from default branchspectrogramparam 2018-11-06, by Chris Cannam
- Make the context help for custom controls explain how to reset them2018-11-06, by Chris Cannam
- Experimental oversampling paramspectrogramparam 2018-11-06, by Chris Cannam
- Avoid nan/inf values (and consequent crash) in colour scale range2018-11-06, by Chris Cannam
- Use label of property for tooltip, not just id of it2018-11-06, by Chris Cannam
- Merge from branch zoom2018-11-06, by Chris Cannam
- Fix incorrect start/end overlay drawing when zoomed far inzoom 2018-11-06, by Chris Cannam
- Merge from default branchzoom 2018-11-06, by Chris Cannam
- Scaling tweaks2018-11-05, by Chris Cannam
- Short-circuit drawing a little bit for contiguous ranges2018-11-02, by Chris Cannam
- Progressively increase sample-box size slightly2018-11-02, by Chris Cannam
- Initialise level and pan from current state of layer's parameters (e.g. when reloading session)waverevision 2018-11-01, by Chris Cannam
- Use a distinguishable text for this statewaverevision 2018-11-01, by Chris Cannam
- Merge branch waverevision2018-11-01, by Chris Cannam
- Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevantwaverevision 2018-10-31, by Chris Cannam
- Fix the mix/merge channels behaviour in pixels-per-frame zone2018-10-30, by Chris Cannam
- Minor tidying2018-10-30, by Chris Cannam
- Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped2018-10-30, by Chris Cannam
- Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through2018-10-30, by Chris Cannam
- Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.2018-10-18, by Chris Cannam
- Merge2018-10-12, by Chris Cannam
- Merge from default branchzoom 2018-10-05, by Chris Cannam
- Merge2018-10-11, by Chris Cannam
- Oops, typeof is not standard2018-10-11, by Chris Cannam
- Rework cacheing logic to reduce the number of reallocations and be more correct about the repaint areas. I don't expect the difference to be really noticeable but in theory performance should be a little better...2018-10-11, by Chris Cannam
- Fix ugly text positioning/drawing on osx2018-10-11, by Chris Cannam
- Remove some debug bits2018-10-10, by Chris Cannam