Thu, 15 Nov 2018 13:05:20 +0000 |
Chris Cannam |
Experiment with LTO on gcc build
|
Thu, 15 Nov 2018 09:03:51 +0000 |
Chris Cannam |
AppVeyor updated to 5.11.2 I see
|
Wed, 14 Nov 2018 15:49:27 +0000 |
Chris Cannam |
Remove oversampling from prefs, now it's in spectrogram layer properties; fixes to spectrum x-axis calculations
|
Wed, 14 Nov 2018 15:14:42 +0000 |
Chris Cannam |
We need to draw illumination label *after* the spectrum...
|
Wed, 14 Nov 2018 15:04:16 +0000 |
Chris Cannam |
Fix some incorrect pixel scaling
|
Wed, 14 Nov 2018 14:29:46 +0000 |
Chris Cannam |
Minor subrepo update
|
Wed, 14 Nov 2018 14:28:38 +0000 |
Chris Cannam |
Merge from branch spectrogramparam
|
Wed, 14 Nov 2018 14:17:29 +0000 |
Chris Cannam |
Fixes to spectrum log scale, etc
spectrogramparam
|
Wed, 14 Nov 2018 11:01:38 +0000 |
Chris Cannam |
Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling
spectrogramparam
|
Tue, 13 Nov 2018 15:17:09 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Tue, 13 Nov 2018 14:49:11 +0000 |
Chris Cannam |
Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)
spectrogramparam
|
Tue, 13 Nov 2018 14:09:30 +0000 |
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
|
Tue, 13 Nov 2018 14:09:25 +0000 |
Chris Cannam |
Fixes to spectrum peak picking, & make zoom-to-region work sensibly there
spectrogramparam
|
Mon, 12 Nov 2018 14:49:08 +0000 |
Chris Cannam |
Spectrum speedups
spectrogramparam
|
Mon, 12 Nov 2018 11:35:03 +0000 |
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
|