annotate CHANGELOG @ 641:327177b6bd3a v2.1pre2

Fix recently-introduced bug that made the scale disappear and tracks jump around when toggling off the spectrogram
author Chris Cannam
date Thu, 17 Oct 2019 14:44:55 +0100
parents ef0778016c88
children 08ee2bf2ac1c
rev   line source
Chris@609 1
Chris@609 2 Changes in Tony 2.1 (Oct 2019) since the previous release 2.0:
Chris@609 3
Chris@609 4 - Fix problems reopening session files
Chris@609 5
Chris@609 6 - Add support for reading the Opus audio codec on all platforms
Chris@609 7
Chris@609 8 - Add support for WMA and AAC formats on 64-bit Windows. (AAC was
Chris@609 9 already supported on macOS.) Note that AAC support on Windows does
Chris@609 10 not support "gapless" import, i.e. removing the encoder gaps at
Chris@609 11 start and end of the stream
Chris@609 12
Chris@609 13 - Update platform builds with newer libraries and updated platform
Chris@609 14 support
Chris@456 15
Chris@607 16 Changes in Tony 2.0 (23 Oct 2015) since the previous release 1.0:
Chris@506 17
Chris@585 18 - Tony now has a Record button, allowing you to record audio from the
Chris@506 19 microphone and analyse it
Chris@506 20
Chris@585 21 - Graphical rendering and icons now properly support hi-dpi/Retina
Chris@506 22 displays
Chris@506 23
Chris@585 24 - The playback speed dial uses a more sensible scale
Chris@564 25
Chris@607 26 Changes in Tony 1.0 (01 April 2015) since the previous release 0.6:
Chris@456 27
Chris@585 28 - The underlying pYin analysis plugin has been updated; more analysis
Chris@456 29 options are available
Chris@456 30
Chris@585 31 - Notes can be dragged up and down using the mouse in edit mode. When
Chris@456 32 you drag a note, the pitch track underneath it snaps to the nearest
Chris@456 33 spectral peaks (if any are found). Releasing the note makes the
Chris@456 34 note snap back to the (possibly now moved) underlying pitch values.
Chris@456 35
Chris@585 36 - Exported pitch track CSV files now contain one row for every
Chris@456 37 processing frame in the file, and those with no identified pitch
Chris@456 38 have the pitch recorded as 0. This is useful for some evaluation
Chris@456 39 and post-processing tools, and it's easier to filter out the 0
Chris@456 40 values if you don't need them than add them afterwards if you do
Chris@456 41
Chris@585 42 - Exported note track CSV files now omit the (meaningless, in this
Chris@456 43 context) velocity column
Chris@456 44
Chris@585 45 - Level and pan for a layer (audio, pitch track, notes) are now shown
Chris@456 46 in a little matrix widget, which is quicker to read than the
Chris@456 47 previous pair of rotary dials; click on it to pop up an editable
Chris@456 48 version
Chris@456 49
Chris@585 50 - Horizontal scrolling using a Mac trackpad now works properly
Chris@456 51
Chris@585 52 - Tony now finds plugins in its own installation directory by default
Chris@456 53 (can be overridden with TONY_VAMP_PATH environment variable)
Chris@456 54
Chris@585 55 - Bug fixes
Chris@456 56
Chris@607 57 Changes in Tony 0.6 (16 June 2014) since the previous release 0.5:
Chris@456 58
Chris@585 59 - The play pointer no longer tracks to the centre of the main pane
Chris@456 60 when dragging, and is now always visible. Play pointer / playhead
Chris@456 61 behaviour is generally expected to be much more sensible and
Chris@456 62 intuitive in this release than in prior ones
Chris@456 63
Chris@585 64 - Many keyboard shortcuts have been added and improved, including the
Chris@456 65 shortcuts for incremental note-by-note selection and moving the
Chris@456 66 play pointer
Chris@456 67
Chris@585 68 - Audio files are now implicitly normalised to peak == 1.0 when
Chris@456 69 loading
Chris@456 70
Chris@585 71 - Tony now has an Analysis menu which contains various configuration
Chris@456 72 settings that affect pitch analysis
Chris@456 73
Chris@585 74 - There is now an option to save the session directly to the same
Chris@456 75 directory as the original audio file, for rapid saving when
Chris@456 76 annotating many audio files in sequence
Chris@456 77
Chris@585 78 - The extents of the "active" note are now more clearly shown when
Chris@456 79 mousing over the note track
Chris@456 80
Chris@585 81 - There is a new function to delete the notes (without deleting pitch
Chris@456 82 measurements) within the selection
Chris@456 83
Chris@585 84 - Numerous bug fixes
Chris@456 85
Chris@607 86 Changes in Tony 0.5 (03 April 2014) since the previous release 0.4:
Chris@456 87
Chris@585 88 - The start and end of the recording are now shaded in grey so you
Chris@456 89 can see where they are
Chris@456 90
Chris@585 91 - There are new save/open session functions on the File menu; the
Chris@456 92 session file extension is .ton, and save/open session should work
Chris@456 93
Chris@585 94 - The note edit tool (which was largely broken in 0.4 after lots of
Chris@456 95 work on pitch track editing) now works again
Chris@456 96
Chris@585 97 - New note editing menu actions: split note, merge notes, form note
Chris@456 98 from selection, snap notes to pitch track
Chris@456 99
Chris@585 100 - Editing the pitch track (when notes are present) causes the notes
Chris@456 101 to be automatically updated to the new pitch track
Chris@456 102
Chris@585 103 - The Key and Mouse Reference help window has been updated so as to
Chris@456 104 show Tony-specific actions properly
Chris@456 105
Chris@585 106 - The undo/redo command bundling has been tidied up and some related
Chris@456 107 crashes fixed
Chris@456 108
Chris@607 109 Changes in Tony 0.4 (12 March 2014) since the previous release 0.3:
Chris@456 110
Chris@585 111 - The main pitch tracker (pYIN) now uses a non-FFT Yin method in
Chris@456 112 order to produce unbiased timestamps
Chris@456 113
Chris@585 114 - Pitch estimation within a constrained frequency range now uses a
Chris@456 115 harmonic spectrum plugin (CHP) that tracks peaks within the range
Chris@456 116 in a way more in line with user expectations than pYIN
Chris@456 117
Chris@585 118 - The layer show/hide controls have been merged into the layer type
Chris@456 119 icons, saving toolbar space
Chris@456 120
Chris@585 121 - Adjustment of the displayed frequency range has been crudely added
Chris@456 122
Chris@585 123 - Fix crash on loading a second file and inability to export pitch
Chris@456 124 track after using selection strip
Chris@456 125
Chris@607 126 Changes in Tony 0.3 (06 March 2014) since the previous release 0.2:
Chris@456 127
Chris@585 128 - Key shortcuts for editing have been revised to be more consistent
Chris@456 129 on OS/X and across different Qt versions
Chris@456 130
Chris@585 131 - Reduce visual clutter in selection areas
Chris@456 132
Chris@585 133 - Fixes to OS/X deployment
Chris@456 134
Chris@607 135 Changes in Tony 0.2 (05 March 2014) since the previous release 0.1:
Chris@456 136
Chris@585 137 - Waveform is now displayed in a shadow layer at bottom of main pane
Chris@456 138
Chris@585 139 - A selection strip has been added at the bottom of the window, so
Chris@456 140 selections can be made without changing tool mode
Chris@456 141
Chris@585 142 - Double-click in selection strip now selects a region associated
Chris@456 143 with a single note
Chris@456 144
Chris@585 145 - Pitches can be moved up and down by octaves, and to different pitch
Chris@456 146 candidates, within the selected area
Chris@456 147
Chris@585 148 - Cancelling a selection by hitting Esc restores the pre-selection
Chris@456 149 pitch track
Chris@456 150
Chris@585 151 - A frequency range can be selected with shift-click in the main
Chris@456 152 window to prompt the pitch tracker to run only within that range
Chris@456 153
Chris@585 154 - Arbitrary-frequency playback and pitch track resynthesis now supported
Chris@456 155
Chris@585 156 - Layers can now be hidden, and playback toggled, individually, and
Chris@456 157 there are now gain and pain controls for each playable layer type