Mercurial > hg > vamp-plugin-tester
changeset 59:6732dd5e7139
CHANGELOG
author | Chris Cannam |
---|---|
date | Thu, 03 Sep 2015 14:45:31 +0100 |
parents | 843e31e6df21 |
children | 9f2a6d843639 |
files | CHANGELOG vamp-plugin-tester.cpp |
diffstat | 2 files changed, 29 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG Thu Sep 03 14:45:31 2015 +0100 @@ -0,0 +1,27 @@ + +Changes in Vamp Plugin Tester v1.1 since the previous release v1.0: + +Features + + * Add mechanism for listing the available tests and running only a + single test at a time + + * Add test for reset() changing effective parameter values + + * Add test for existence of .cat file + + * Add test for boilerplate description text still in place for VamPy + plugins + + * Make output more informative for some tests, and make some tests faster + +Bug fixes + + * Fix erroneous verbose timestamp output for some tests + + * Don't complain when two consecutive runs with different starting + times produce the same results, if neither set of results has any + timestamps anyway + + * Link against pthread library on Linux, to support plugins with + threading
--- a/vamp-plugin-tester.cpp Thu Sep 03 14:38:26 2015 +0100 +++ b/vamp-plugin-tester.cpp Thu Sep 03 14:45:31 2015 +0100 @@ -4,7 +4,7 @@ Vamp Plugin Tester Chris Cannam, cannam@all-day-breakfast.com Centre for Digital Music, Queen Mary, University of London. - Copyright 2009-2014 QMUL. + Copyright 2009-2015 QMUL. This program loads a Vamp plugin and tests its susceptibility to a number of common pitfalls, including handling of extremes of input @@ -57,7 +57,7 @@ cerr << "\n" << name << ": A Vamp plugin host that tests plugins for common errors.\n" "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n" - "Copyright 2009-2014 QMUL.\n" + "Copyright 2009-2015 QMUL.\n" "Freely redistributable; published under a BSD-style license.\n\n" "Usage:\n" " " << name << " [-nv] [-t <test>] <pluginbasename>:<plugin>\n"