# HG changeset patch # User Chris Cannam # Date 1429617247 -3600 # Node ID c3a4aa614e330c80ad18f42ee8069cc02b3c3cba # Parent 712cb77f38c2e8c4b84c229912d27c71a226030d Update plugin versions diff -r 712cb77f38c2 -r c3a4aa614e33 LocalCandidatePYIN.cpp --- a/LocalCandidatePYIN.cpp Tue Apr 21 12:53:03 2015 +0100 +++ b/LocalCandidatePYIN.cpp Tue Apr 21 12:54:07 2015 +0100 @@ -85,7 +85,7 @@ { // Increment this each time you release a version that behaves // differently from the previous one - return 1; + return 2; } string diff -r 712cb77f38c2 -r c3a4aa614e33 PYinVamp.cpp --- a/PYinVamp.cpp Tue Apr 21 12:53:03 2015 +0100 +++ b/PYinVamp.cpp Tue Apr 21 12:54:07 2015 +0100 @@ -88,7 +88,7 @@ { // Increment this each time you release a version that behaves // differently from the previous one - return 1; + return 2; } string diff -r 712cb77f38c2 -r c3a4aa614e33 README --- a/README Tue Apr 21 12:53:03 2015 +0100 +++ b/README Tue Apr 21 12:54:07 2015 +0100 @@ -54,7 +54,7 @@ Authors, Citation, License and Use ================================== -pYIN was written by Matthias Mauch. Copyright 2012-2013 Matthias Mauch +pYIN was written by Matthias Mauch. Copyright 2012-2015 Matthias Mauch and Queen Mary, University of London. The YIN code was drawn from the Java implementation in the TarsosDSP diff -r 712cb77f38c2 -r c3a4aa614e33 YinVamp.cpp --- a/YinVamp.cpp Tue Apr 21 12:53:03 2015 +0100 +++ b/YinVamp.cpp Tue Apr 21 12:54:07 2015 +0100 @@ -78,7 +78,7 @@ { // Increment this each time you release a version that behaves // differently from the previous one - return 1; + return 2; } string