Mercurial > hg > vamp-plugin-tester
comparison vamp-plugin-tester.cpp @ 42:f1e8e14e9c96
Update copyright dates
author | Chris Cannam |
---|---|
date | Mon, 28 Jul 2014 13:33:48 +0100 |
parents | 649f32c7eb41 |
children | 6732dd5e7139 |
comparison
equal
deleted
inserted
replaced
41:4d04c4fa1905 | 42:f1e8e14e9c96 |
---|---|
2 | 2 |
3 /* | 3 /* |
4 Vamp Plugin Tester | 4 Vamp Plugin Tester |
5 Chris Cannam, cannam@all-day-breakfast.com | 5 Chris Cannam, cannam@all-day-breakfast.com |
6 Centre for Digital Music, Queen Mary, University of London. | 6 Centre for Digital Music, Queen Mary, University of London. |
7 Copyright 2009-2012 QMUL. | 7 Copyright 2009-2014 QMUL. |
8 | 8 |
9 This program loads a Vamp plugin and tests its susceptibility to a | 9 This program loads a Vamp plugin and tests its susceptibility to a |
10 number of common pitfalls, including handling of extremes of input | 10 number of common pitfalls, including handling of extremes of input |
11 data. If you can think of any additional useful tests that are | 11 data. If you can think of any additional useful tests that are |
12 easily added, please send them to me. | 12 easily added, please send them to me. |
55 void usage(const char *name) | 55 void usage(const char *name) |
56 { | 56 { |
57 cerr << "\n" | 57 cerr << "\n" |
58 << name << ": A Vamp plugin host that tests plugins for common errors.\n" | 58 << name << ": A Vamp plugin host that tests plugins for common errors.\n" |
59 "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n" | 59 "Chris Cannam, Centre for Digital Music, Queen Mary, University of London.\n" |
60 "Copyright 2009-2012 QMUL.\n" | 60 "Copyright 2009-2014 QMUL.\n" |
61 "Freely redistributable; published under a BSD-style license.\n\n" | 61 "Freely redistributable; published under a BSD-style license.\n\n" |
62 "Usage:\n" | 62 "Usage:\n" |
63 " " << name << " [-nv] [-t <test>] <pluginbasename>:<plugin>\n" | 63 " " << name << " [-nv] [-t <test>] <pluginbasename>:<plugin>\n" |
64 " " << name << " [-nv] [-t <test>] -a\n" | 64 " " << name << " [-nv] [-t <test>] -a\n" |
65 " " << name << " -l\n\n" | 65 " " << name << " -l\n\n" |