To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / CHANGELOG @ 73:2958013ed16a

History | View | Annotate | Download (810 Bytes)

1 59:6732dd5e7139 Chris
2
Changes in Vamp Plugin Tester v1.1 since the previous release v1.0:
3
4
Features
5
6
 * Add mechanism for listing the available tests and running only a
7
   single test at a time
8 73:2958013ed16a Chris
9 59:6732dd5e7139 Chris
 * Add test for reset() changing effective parameter values
10 65:454a1cb1b506 Chris
11
 * Add test for fixed-sample-rate output defined without sample rate
12 73:2958013ed16a Chris
13 59:6732dd5e7139 Chris
 * Add test for existence of .cat file
14
15
 * Add test for boilerplate description text still in place for VamPy
16
   plugins
17 73:2958013ed16a Chris
18 59:6732dd5e7139 Chris
 * Make output more informative for some tests, and make some tests faster
19
20
Bug fixes
21
22
 * Fix erroneous verbose timestamp output for some tests
23
24
 * Don't complain when two consecutive runs with different starting
25
   times produce the same results, if neither set of results has any
26
   timestamps anyway
27
28
 * Link against pthread library on Linux, to support plugins with
29
   threading