log

age author description
Thu, 25 Apr 2019 17:07:04 +0100 Chris Cannam Avoid showing final (useless) alignment view single-point
Wed, 24 Apr 2019 15:42:35 +0100 Chris Cannam Make AudioDial a bit more visible with a dark background single-point
Wed, 24 Apr 2019 11:45:02 +0100 Chris Cannam Merge from default branch single-point
Wed, 24 Apr 2019 11:29:53 +0100 Chris Cannam Comment
Tue, 23 Apr 2019 16:17:33 +0100 Chris Cannam Add function to request multiple filenames
Thu, 28 Mar 2019 11:55:31 +0000 Chris Cannam Update to using export IDs stored in XmlExportables single-point
Fri, 22 Mar 2019 17:49:15 +0000 Chris Cannam Use updated ImageModel single-point
Fri, 22 Mar 2019 11:05:11 +0000 Chris Cannam Use updated TextModel single-point
Thu, 21 Mar 2019 15:22:19 +0000 Chris Cannam Fix tendency of start position of measure rect to wander as you drag out the rect (at certain zoom resolutions) single-point
Thu, 21 Mar 2019 15:25:05 +0000 Chris Cannam Merge
Thu, 21 Mar 2019 15:22:20 +0000 Chris Cannam Fix tendency of start position of measure rect to wander as you drag out the rec
Thu, 21 Mar 2019 13:34:08 +0000 Chris Cannam Updates for SparseOneDimensionalModel in new API single-point
Wed, 20 Mar 2019 15:46:17 +0000 Chris Cannam Further snap fixes single-point
Wed, 20 Mar 2019 14:59:34 +0000 Chris Cannam Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest! single-point
Wed, 20 Mar 2019 11:18:45 +0000 Chris Cannam Use overspill to render time-value point line properly at edges single-point
Tue, 19 Mar 2019 13:06:35 +0000 Chris Cannam Update TimeValueLayer etc single-point
Fri, 15 Mar 2019 14:24:22 +0000 Chris Cannam Update RegionLayer to updated RegionModel single-point
Fri, 15 Mar 2019 11:09:17 +0000 Chris Cannam Update to use external set of commands single-point
Thu, 14 Mar 2019 15:32:58 +0000 Chris Cannam Update following FlexiNoteModel removal, using new NoteModel API where flexi was previously used single-point
Thu, 14 Mar 2019 13:12:25 +0000 Chris Cannam Finish updating NoteLayer to single-point API single-point
Wed, 13 Mar 2019 16:00:55 +0000 Chris Cannam Toward getting NoteLayer to work with single-point APIs single-point
Fri, 08 Mar 2019 13:37:30 +0000 Chris Cannam Update to Event api in place of Clipboard points single-point
Tue, 05 Mar 2019 10:02:48 +0000 Chris Cannam Keep the point being edited highlighted while the edit dialog is open
Mon, 18 Feb 2019 14:33:35 +0000 Chris Cannam Fix inadvertent hardcoding of SV file extension
Thu, 14 Feb 2019 13:12:44 +0000 Chris Cannam Merge
Thu, 14 Feb 2019 13:12:36 +0000 Chris Cannam Comments
Thu, 14 Feb 2019 13:04:57 +0000 Chris Cannam Use zero-width pen when zoomed out - this seems to make a huge difference to speed when rendering on top of another layer, for some reason
Wed, 23 Jan 2019 14:44:16 +0000 Chris Cannam Merge
Mon, 21 Jan 2019 10:08:26 +0000 Chris Cannam Fix potential divide-by-zero
Mon, 21 Jan 2019 10:07:36 +0000 Chris Cannam Avoid compiler warning
Wed, 09 Jan 2019 15:24:51 +0000 Chris Cannam Merge from branch fix-static-analysis
Wed, 09 Jan 2019 14:41:52 +0000 Chris Cannam Support changing the separator (if more than one plausible one is found) and repopulating the dialog
Wed, 19 Dec 2018 10:40:17 +0000 Chris Cannam Debug tweaks
Wed, 19 Dec 2018 10:40:09 +0000 Chris Cannam Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
Tue, 04 Dec 2018 13:49:09 +0000 Chris Cannam Merge from default branch fix-static-analysis
Thu, 29 Nov 2018 11:57:30 +0000 Chris Cannam Fix erasing of Region layer labels as the playhead moves over them
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 26 Nov 2018 13:52:57 +0000 Chris Cannam Header guards fix-static-analysis
Mon, 26 Nov 2018 13:52:27 +0000 Chris Cannam Use override throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:38 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Fri, 16 Nov 2018 09:01:38 +0000 Chris Cannam Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
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:18:26 +0000 Chris Cannam Handle integer pixel scaling as well
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.
Wed, 14 Nov 2018 15:47:21 +0000 Chris Cannam Fixes to spectrum axis calculations, + default to starting at bin 1
Wed, 14 Nov 2018 15:14:21 +0000 Chris Cannam We need to draw illumination label *after* the spectrum...
Wed, 14 Nov 2018 15:04:04 +0000 Chris Cannam Fix some incorrect pixel scaling
Wed, 14 Nov 2018 14:29:08 +0000 Chris Cannam Fix compiler warning
Wed, 14 Nov 2018 14:23:17 +0000 Chris Cannam Merge from branch spectrogramparam
Wed, 14 Nov 2018 14:17:06 +0000 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 information spectrogramparam
Wed, 14 Nov 2018 14:16:06 +0000 Chris Cannam Correct positioning for centre line when antialiasing with non-0-width pen spectrogramparam
Wed, 14 Nov 2018 11:01:18 +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:16:48 +0000 Chris Cannam Toward highlighting peaks on spectrum spectrogramparam
Tue, 13 Nov 2018 14:48:42 +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:06:48 +0000 Chris Cannam Make "zoom to region" work sensibly for slice/spectrum layers; ensure that min/max bin are remapped properly when changing fft size spectrogramparam
Tue, 13 Nov 2018 13:39:01 +0000 Chris Cannam Make mention of the shift-drag feature and zooming in the status text spectrogramparam
Mon, 12 Nov 2018 14:48:42 +0000 Chris Cannam Small speedups spectrogramparam
Mon, 12 Nov 2018 11:34:34 +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
Thu, 08 Nov 2018 12:55:36 +0000 Chris Cannam Retrieve only the values already determined to be peaks spectrogramparam