comparison CHANGELOG @ 232:108f67eca61c

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