Mercurial > hg > qm-vamp-plugins
comparison plugins/ChromagramPlugin.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 | 99dadc93042e |
children | 5d7ce1d87301 |
comparison
equal
deleted
inserted
replaced
21:d695fc2baa91 | 22:6d014fb538db |
---|---|
24 bool initialise(size_t channels, size_t stepSize, size_t blockSize); | 24 bool initialise(size_t channels, size_t stepSize, size_t blockSize); |
25 void reset(); | 25 void reset(); |
26 | 26 |
27 InputDomain getInputDomain() const { return FrequencyDomain; } | 27 InputDomain getInputDomain() const { return FrequencyDomain; } |
28 | 28 |
29 std::string getIdentifier() const; | |
29 std::string getName() const; | 30 std::string getName() const; |
30 std::string getDescription() const; | 31 std::string getDescription() const; |
31 std::string getMaker() const; | 32 std::string getMaker() const; |
32 int getPluginVersion() const; | 33 int getPluginVersion() const; |
33 std::string getCopyright() const; | 34 std::string getCopyright() const; |