view CHANGELOG @ 65:454a1cb1b506

Add a forgotten item to change log!
author Chris Cannam
date Wed, 09 Sep 2015 12:28:50 +0100
parents 6732dd5e7139
children 2958013ed16a
line wrap: on
line source

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 fixed-sample-rate output defined without sample rate
 
 * 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