annotate CHANGELOG @ 352:7178bb4dcdfb v0.6

Icons
author Chris Cannam
date Mon, 16 Jun 2014 13:04:09 +0100
parents dc3412006b73
children 14ba3a4799e4
rev   line source
Chris@351 1
Chris@351 2 Changes in Tony 0.6 since the previous release 0.5:
Chris@351 3
Chris@351 4 * The play pointer no longer tracks to the centre of the main pane
Chris@351 5 when dragging, and is now always visible. Play pointer / playhead
Chris@351 6 behaviour is generally expected to be much more sensible and
Chris@351 7 intuitive in this release than in prior ones
Chris@351 8
Chris@351 9 * Many keyboard shortcuts have been added and improved, including the
Chris@351 10 shortcuts for incremental note-by-note selection and moving the
Chris@351 11 play pointer
Chris@351 12
Chris@351 13 * Audio files are now implicitly normalised to peak == 1.0 when
Chris@351 14 loading
Chris@351 15
Chris@351 16 * Tony now has an Analysis menu which contains various configuration
Chris@351 17 settings that affect pitch analysis
Chris@351 18
Chris@351 19 * There is now an option to save the session directly to the same
Chris@351 20 directory as the original audio file, for rapid saving when
Chris@351 21 annotating many audio files in sequence
Chris@351 22
Chris@351 23 * The extents of the "active" note are now more clearly shown when
Chris@351 24 mousing over the note track
Chris@351 25
Chris@351 26 * There is a new function to delete the notes (without deleting pitch
Chris@351 27 measurements) within the selection
Chris@351 28
Chris@351 29 * Numerous bug fixes
Chris@232 30
Chris@257 31 Changes in Tony 0.5 since the previous release 0.4:
Chris@257 32
Chris@257 33 * The start and end of the recording are now shaded in grey so you
Chris@257 34 can see where they are
Chris@257 35
Chris@262 36 * There are new save/open session functions on the File menu; the
Chris@262 37 session file extension is .ton, and save/open session should work
Chris@262 38
Chris@257 39 * The note edit tool (which was largely broken in 0.4 after lots of
Chris@257 40 work on pitch track editing) now works again
Chris@257 41
Chris@257 42 * New note editing menu actions: split note, merge notes, form note
Chris@257 43 from selection, snap notes to pitch track
Chris@257 44
Chris@257 45 * Editing the pitch track (when notes are present) causes the notes
Chris@257 46 to be automatically updated to the new pitch track
Chris@257 47
Chris@257 48 * The Key and Mouse Reference help window has been updated so as to
Chris@257 49 show Tony-specific actions properly
Chris@257 50
Chris@257 51 * The undo/redo command bundling has been tidied up and some related
Chris@257 52 crashes fixed
Chris@257 53
Chris@232 54 Changes in Tony 0.4 since the previous release 0.3:
Chris@232 55
Chris@232 56 * The main pitch tracker (pYIN) now uses a non-FFT Yin method in
Chris@232 57 order to produce unbiased timestamps
Chris@232 58
Chris@232 59 * Pitch estimation within a constrained frequency range now uses a
Chris@232 60 harmonic spectrum plugin (CHP) that tracks peaks within the range
Chris@232 61 in a way more in line with user expectations than pYIN
Chris@232 62
Chris@232 63 * The layer show/hide controls have been merged into the layer type
Chris@232 64 icons, saving toolbar space
Chris@232 65
Chris@232 66 * Adjustment of the displayed frequency range has been crudely added
Chris@232 67
Chris@232 68 * Fix crash on loading a second file and inability to export pitch
Chris@232 69 track after using selection strip
Chris@232 70
Chris@232 71 Changes in Tony 0.3 since the previous release 0.2:
Chris@232 72
Chris@232 73 * Key shortcuts for editing have been revised to be more consistent
Chris@232 74 on OS/X and across different Qt versions
Chris@232 75
Chris@232 76 * Reduce visual clutter in selection areas
Chris@232 77
Chris@232 78 * Fixes to OS/X deployment
Chris@232 79
Chris@232 80 Changes in Tony 0.2 since the previous release 0.1:
Chris@232 81
Chris@232 82 * Waveform is now displayed in a shadow layer at bottom of main pane
Chris@232 83
Chris@232 84 * A selection strip has been added at the bottom of the window, so
Chris@232 85 selections can be made without changing tool mode
Chris@232 86
Chris@232 87 * Double-click in selection strip now selects a region associated
Chris@232 88 with a single note
Chris@232 89
Chris@232 90 * Pitches can be moved up and down by octaves, and to different pitch
Chris@232 91 candidates, within the selected area
Chris@232 92
Chris@232 93 * Cancelling a selection by hitting Esc restores the pre-selection
Chris@232 94 pitch track
Chris@232 95
Chris@232 96 * A frequency range can be selected with shift-click in the main
Chris@232 97 window to prompt the pitch tracker to run only within that range
Chris@232 98
Chris@232 99 * Arbitrary-frequency playback and pitch track resynthesis now supported
Chris@232 100
Chris@232 101 * Layers can now be hidden, and playback toggled, individually, and
Chris@232 102 there are now gain and pain controls for each playable layer type