log

age author description
2018-11-15 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
2018-11-15 Chris Cannam Handle integer pixel scaling as well
2018-11-15 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere
2018-11-15 Chris Cannam LTO on macOS as well
2018-11-15 Chris Cannam Slice layer reworking, again
2018-11-15 Chris Cannam Experiment with LTO on gcc build
2018-11-15 Chris Cannam AppVeyor updated to 5.11.2 I see
2018-11-14 Chris Cannam Remove oversampling from prefs, now it's in spectrogram layer properties; fixes to spectrum x-axis calculations
2018-11-14 Chris Cannam We need to draw illumination label *after* the spectrum...
2018-11-14 Chris Cannam Fix some incorrect pixel scaling
2018-11-14 Chris Cannam Minor subrepo update
2018-11-14 Chris Cannam Merge from branch spectrogramparam
2018-11-14 Chris Cannam Fixes to spectrum log scale, etc spectrogramparam
2018-11-14 Chris Cannam Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling spectrogramparam
2018-11-13 Chris Cannam Toward highlighting peaks on spectrum spectrogramparam
2018-11-13 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 Chris Cannam Ensure that operations that need to iterate through action maps in order (most pointedly MainWindow::updateLayerShortcutsFor) get to do it in order of construction and not arbitrary pointer order. Fixes incorrect shortcut associations for add-layer/pane shortcuts in some cases spectrogramparam
2018-11-13 Chris Cannam Fixes to spectrum peak picking, & make zoom-to-region work sensibly there spectrogramparam
2018-11-12 Chris Cannam Spectrum speedups spectrogramparam
2018-11-12 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 considered spectrogramparam
2018-11-12 Chris Cannam Merge from default branch spectrogramparam
2018-11-09 Chris Cannam Subrepo updates
2018-11-09 Chris Cannam Merge
2018-11-09 Chris Cannam Add code-signing support
2018-11-09 Chris Cannam Force black text for version number on splash screen - otherwise it disappears in macOS dark mode
2018-11-08 Chris Cannam Much faster peak picking in spectrum spectrogramparam
2018-11-08 Chris Cannam Fixes to "colour" rendering mode for spectrum spectrogramparam
2018-11-07 Chris Cannam Implement oversampling in spectrum, + various spectrum rendering improvements spectrogramparam
2018-11-06 Chris Cannam Merge in subrepo spectrogramparam
2018-11-06 Chris Cannam Merge from default branch spectrogramparam
2018-11-06 Chris Cannam Make context help explain how to adjust & reset
2018-11-06 Chris Cannam Experimental Oversampling parameter spectrogramparam
2018-11-06 Chris Cannam Merge from branch zoom
2018-11-06 Chris Cannam Fix incorrect start/end overlay drawing when zoomed far in zoom
2018-11-06 Chris Cannam Merge from default branch zoom
2018-11-05 Chris Cannam Carry out EPERM test only if Apple
2018-11-05 Chris Cannam Scaling tweaks
2018-11-05 Chris Cannam Update translations again
2018-11-02 Chris Cannam Small rendering improvements for waveform
2018-11-02 Chris Cannam Update for checker handling for security errors, etc
2018-11-02 Chris Cannam Merge
2018-11-02 Chris Cannam Deployment tweaks
2018-11-02 Chris Cannam Use a slightly more compact dialog (esp on Mac)
2018-11-02 Chris Cannam Notes on notarization
2018-11-01 Chris Cannam Update translations
2018-11-01 Chris Cannam Fix failure to show proper initial state of layer level/pan
2018-11-01 Chris Cannam Fix incorrect completion reporting for alignment models reloaded from session file
2018-11-01 Chris Cannam Stop playback when New Session invoked