forked from vamp-plugins/vamp-plugin-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
29 lines (17 loc) · 810 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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