log src/Analyser.cpp @ 271:846df0ea9c82 v0.5

age author description
Thu, 03 Apr 2014 09:04:33 +0100 Chris Cannam Remove any pitch candidate layers and selections before saving session
Thu, 03 Apr 2014 08:09:13 +0100 Chris Cannam Fix failure to highlight switched pitch track in black (it was remaining orange)
Wed, 02 Apr 2014 21:25:56 +0100 Chris Cannam Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
Wed, 02 Apr 2014 09:12:18 +0100 Chris Cannam Fix accidental nesting of compound commands which broke "Abandon Selection" logic; move note-snap after editing into the compound command for the edit function instead of issuing a separate command
Tue, 01 Apr 2014 16:23:00 +0100 Chris Cannam Fix failure to clear previous candidates when getting new lot
Tue, 01 Apr 2014 13:42:13 +0100 Chris Cannam Clear this before closing command
Tue, 01 Apr 2014 13:17:53 +0100 Chris Cannam Discard layer pointers when their layers are deleted; package up some more actions into compound commands
Thu, 27 Mar 2014 18:02:12 +0000 Chris Cannam Make pitch-track editing operations update the notes as well, automatically
Tue, 11 Mar 2014 09:26:04 +0000 Chris Cannam Crude ability to adjust displayed frequency range
Mon, 10 Mar 2014 14:59:50 +0000 Chris Cannam Fix #899 crash when loading new file
Fri, 07 Mar 2014 16:01:04 +0000 Chris Cannam Use CHP plugin for local frequency-constrained analysis
Fri, 07 Mar 2014 11:17:37 +0000 matthiasm adapted tony candidate selection to new, slower (!) pyin with unbiased timestamps
Wed, 05 Mar 2014 13:37:17 +0000 Chris Cannam Fix #882 (double-clicking "non-note" location calculates pitch candidates for whole rest of the piece)
Wed, 05 Mar 2014 13:20:26 +0000 Chris Cannam Properly rationalise the show/hide/add/remove layer logic for pitch candidates: ctrl+return maps through to a show layer command (but the layers remain in the view) while the add/remove layer flow is used for layer creation after selection and for abandoning an edit or discarding a selection.
Wed, 05 Mar 2014 11:39:28 +0000 Chris Cannam Switching pitch candidate no longer wraps around: you can't go higher than the highest or lower than the lowest (though you can go either "up" or "down" if none of the alternate candidates has been selected yet, regardless of whether the candidates are higher or lower than the actual pitch track)