annotate CHANGELOG @ 321:9b131c32fcb7

Merge
author Chris Cannam
date Fri, 13 Jun 2014 13:46:09 +0100
parents 29455a21880e
children dc3412006b73
rev   line source
Chris@232 1
Chris@257 2 Changes in Tony 0.5 since the previous release 0.4:
Chris@257 3
Chris@257 4 * The start and end of the recording are now shaded in grey so you
Chris@257 5 can see where they are
Chris@257 6
Chris@262 7 * There are new save/open session functions on the File menu; the
Chris@262 8 session file extension is .ton, and save/open session should work
Chris@262 9
Chris@257 10 * The note edit tool (which was largely broken in 0.4 after lots of
Chris@257 11 work on pitch track editing) now works again
Chris@257 12
Chris@257 13 * New note editing menu actions: split note, merge notes, form note
Chris@257 14 from selection, snap notes to pitch track
Chris@257 15
Chris@257 16 * Editing the pitch track (when notes are present) causes the notes
Chris@257 17 to be automatically updated to the new pitch track
Chris@257 18
Chris@257 19 * The Key and Mouse Reference help window has been updated so as to
Chris@257 20 show Tony-specific actions properly
Chris@257 21
Chris@257 22 * The undo/redo command bundling has been tidied up and some related
Chris@257 23 crashes fixed
Chris@257 24
Chris@232 25 Changes in Tony 0.4 since the previous release 0.3:
Chris@232 26
Chris@232 27 * The main pitch tracker (pYIN) now uses a non-FFT Yin method in
Chris@232 28 order to produce unbiased timestamps
Chris@232 29
Chris@232 30 * Pitch estimation within a constrained frequency range now uses a
Chris@232 31 harmonic spectrum plugin (CHP) that tracks peaks within the range
Chris@232 32 in a way more in line with user expectations than pYIN
Chris@232 33
Chris@232 34 * The layer show/hide controls have been merged into the layer type
Chris@232 35 icons, saving toolbar space
Chris@232 36
Chris@232 37 * Adjustment of the displayed frequency range has been crudely added
Chris@232 38
Chris@232 39 * Fix crash on loading a second file and inability to export pitch
Chris@232 40 track after using selection strip
Chris@232 41
Chris@232 42 Changes in Tony 0.3 since the previous release 0.2:
Chris@232 43
Chris@232 44 * Key shortcuts for editing have been revised to be more consistent
Chris@232 45 on OS/X and across different Qt versions
Chris@232 46
Chris@232 47 * Reduce visual clutter in selection areas
Chris@232 48
Chris@232 49 * Fixes to OS/X deployment
Chris@232 50
Chris@232 51 Changes in Tony 0.2 since the previous release 0.1:
Chris@232 52
Chris@232 53 * Waveform is now displayed in a shadow layer at bottom of main pane
Chris@232 54
Chris@232 55 * A selection strip has been added at the bottom of the window, so
Chris@232 56 selections can be made without changing tool mode
Chris@232 57
Chris@232 58 * Double-click in selection strip now selects a region associated
Chris@232 59 with a single note
Chris@232 60
Chris@232 61 * Pitches can be moved up and down by octaves, and to different pitch
Chris@232 62 candidates, within the selected area
Chris@232 63
Chris@232 64 * Cancelling a selection by hitting Esc restores the pre-selection
Chris@232 65 pitch track
Chris@232 66
Chris@232 67 * A frequency range can be selected with shift-click in the main
Chris@232 68 window to prompt the pitch tracker to run only within that range
Chris@232 69
Chris@232 70 * Arbitrary-frequency playback and pitch track resynthesis now supported
Chris@232 71
Chris@232 72 * Layers can now be hidden, and playback toggled, individually, and
Chris@232 73 there are now gain and pain controls for each playable layer type