# HG changeset patch # User Chris Cannam # Date 1580987716 0 # Node ID 0805a04ed4e5d3db27368af789ecf76bac43c2a1 # Parent 2e6911badde9bc9a895b579c342fc5bfe2bdf27a Add CHANGELOG diff -r 2e6911badde9 -r 0805a04ed4e5 CHANGELOG --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG Thu Feb 06 11:15:16 2020 +0000 @@ -0,0 +1,36 @@ + +pYIN v1.2 (February 2020) +------------------------- + + - Improve performance, especially substantially reducing memory usage + in fixed-lag mode + + - Make use of Vamp FFT interface, which was added to Vamp since the + last pYIN release and typically improves performance over the + previous code + + - Some small bugfixes + + - This release matches that used in Tony v2.1 + + +pYIN v1.1 (April 2015) +---------------------- + + - Numerous improvements made during development of the Tony + application, primarily to the note segmentation algorithm + + - Add precise timing option + + - Add Local Candidate plugin + + - Fix a couple of buffer overruns + + - This release matches that used in Tony v1.0 + + +pYIN v1.0 (December 2013) +------------------------- + + - First public release +