annotate CHANGELOG @ 252:f99fae5fe89c

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
author Chris Cannam
date Wed, 02 Apr 2014 09:12:18 +0100
parents 108f67eca61c
children 949c9446ebb5
rev   line source
Chris@232 1
Chris@232 2 Changes in Tony 0.4 since the previous release 0.3:
Chris@232 3
Chris@232 4 * The main pitch tracker (pYIN) now uses a non-FFT Yin method in
Chris@232 5 order to produce unbiased timestamps
Chris@232 6
Chris@232 7 * Pitch estimation within a constrained frequency range now uses a
Chris@232 8 harmonic spectrum plugin (CHP) that tracks peaks within the range
Chris@232 9 in a way more in line with user expectations than pYIN
Chris@232 10
Chris@232 11 * The layer show/hide controls have been merged into the layer type
Chris@232 12 icons, saving toolbar space
Chris@232 13
Chris@232 14 * Adjustment of the displayed frequency range has been crudely added
Chris@232 15
Chris@232 16 * Fix crash on loading a second file and inability to export pitch
Chris@232 17 track after using selection strip
Chris@232 18
Chris@232 19 Changes in Tony 0.3 since the previous release 0.2:
Chris@232 20
Chris@232 21 * Key shortcuts for editing have been revised to be more consistent
Chris@232 22 on OS/X and across different Qt versions
Chris@232 23
Chris@232 24 * Reduce visual clutter in selection areas
Chris@232 25
Chris@232 26 * Fixes to OS/X deployment
Chris@232 27
Chris@232 28 Changes in Tony 0.2 since the previous release 0.1:
Chris@232 29
Chris@232 30 * Waveform is now displayed in a shadow layer at bottom of main pane
Chris@232 31
Chris@232 32 * A selection strip has been added at the bottom of the window, so
Chris@232 33 selections can be made without changing tool mode
Chris@232 34
Chris@232 35 * Double-click in selection strip now selects a region associated
Chris@232 36 with a single note
Chris@232 37
Chris@232 38 * Pitches can be moved up and down by octaves, and to different pitch
Chris@232 39 candidates, within the selected area
Chris@232 40
Chris@232 41 * Cancelling a selection by hitting Esc restores the pre-selection
Chris@232 42 pitch track
Chris@232 43
Chris@232 44 * A frequency range can be selected with shift-click in the main
Chris@232 45 window to prompt the pitch tracker to run only within that range
Chris@232 46
Chris@232 47 * Arbitrary-frequency playback and pitch track resynthesis now supported
Chris@232 48
Chris@232 49 * Layers can now be hidden, and playback toggled, individually, and
Chris@232 50 there are now gain and pain controls for each playable layer type