log src/Analyser.cpp @ 203:833374f16e93 v0.2

age author description
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)
Wed, 05 Mar 2014 11:31:55 +0000 Chris Cannam Apply octave shift only to actual pitch track, not also to candidates
Wed, 05 Mar 2014 10:38:23 +0000 Chris Cannam Clearing the selection by hitting Esc now restores the selected region of the pitch track to its contents from before the selection was made (and any alternate candidate chosen). Fixes feature #885
Wed, 05 Mar 2014 09:36:13 +0000 Chris Cannam Calculate frequency constraint for region outlining (does not actually do the analysis correctly yet)
Tue, 04 Mar 2014 16:45:54 +0000 Chris Cannam Toward acting on a frequency range when outlined
Tue, 04 Mar 2014 15:28:59 +0000 Chris Cannam Do not put layer files in Recent Files list (related to #881)
Tue, 04 Mar 2014 14:10:37 +0000 Chris Cannam Fix #884 (erroneously allows you to change candidate even when candidates not visible) and remaining part of #874 (show pitch candidates only on request). Also reorder menu items a little
Sun, 23 Feb 2014 17:59:23 +0000 Chris Cannam Ctrl+Return now switches the alternate pitch candidates on and off; Ctrl+Up/Down selects among them
Thu, 20 Feb 2014 12:00:16 +0000 matthiasm used round instead of floor now to snap analysed selection to 256 grid -- this appears to make the new pitch track appear exactly in the selection
Thu, 20 Feb 2014 11:53:06 +0000 matthiasm more selection adjustment, plus set pitch track display to points
Wed, 19 Feb 2014 17:09:39 +0000 matthiasm enlarged the size of the window that is given to the candidate pitch track generator
Wed, 05 Feb 2014 19:23:55 +0000 Chris Cannam Import pitch-track layer (currently csv-only)
Tue, 04 Feb 2014 13:55:26 +0000 Chris Cannam Add ability to delete selection of pitch track