Mercurial > hg > qm-vamp-plugins
comparison plugins/KeyDetect.h @ 22:6d014fb538db
* Update along with latest Vamp API change
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 26 Feb 2007 17:49:15 +0000 |
parents | d695fc2baa91 |
children | 90fa946fda40 |
comparison
equal
deleted
inserted
replaced
21:d695fc2baa91 | 22:6d014fb538db |
---|---|
50 bool initialise(size_t channels, size_t stepSize, size_t blockSize); | 50 bool initialise(size_t channels, size_t stepSize, size_t blockSize); |
51 void reset(); | 51 void reset(); |
52 | 52 |
53 InputDomain getInputDomain() const { return TimeDomain; } | 53 InputDomain getInputDomain() const { return TimeDomain; } |
54 | 54 |
55 std::string getIdentifier() const; | |
55 std::string getName() const; | 56 std::string getName() const; |
56 std::string getDescription() const; | 57 std::string getDescription() const; |
57 std::string getMaker() const; | 58 std::string getMaker() const; |
58 int getPluginVersion() const; | 59 int getPluginVersion() const; |
59 std::string getCopyright() const; | 60 std::string getCopyright() const; |