Revision 59:6732dd5e7139

View differences:

CHANGELOG
1

  
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
 
9
 * Add test for reset() changing effective parameter values
10
 
11
 * Add test for existence of .cat file
12

  
13
 * Add test for boilerplate description text still in place for VamPy
14
   plugins
15
 
16
 * Make output more informative for some tests, and make some tests faster
17

  
18
Bug fixes
19

  
20
 * Fix erroneous verbose timestamp output for some tests
21

  
22
 * Don't complain when two consecutive runs with different starting
23
   times produce the same results, if neither set of results has any
24
   timestamps anyway
25

  
26
 * Link against pthread library on Linux, to support plugins with
27
   threading
vamp-plugin-tester.cpp
4 4
    Vamp Plugin Tester
5 5
    Chris Cannam, cannam@all-day-breakfast.com
6 6
    Centre for Digital Music, Queen Mary, University of London.
7
    Copyright 2009-2014 QMUL.
7
    Copyright 2009-2015 QMUL.
8 8

  
9 9
    This program loads a Vamp plugin and tests its susceptibility to a
10 10
    number of common pitfalls, including handling of extremes of input
......
57 57
    cerr << "\n"
58 58
         << name << ": A Vamp plugin host that tests plugins for common errors.\n"
59 59
        "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n"
60
        "Copyright 2009-2014 QMUL.\n"
60
        "Copyright 2009-2015 QMUL.\n"
61 61
        "Freely redistributable; published under a BSD-style license.\n\n"
62 62
        "Usage:\n"
63 63
        "  " << name << " [-nv] [-t <test>] <pluginbasename>:<plugin>\n"

Also available in: Unified diff