Mercurial > hg > vamp-plugin-sdk
comparison examples/SpectralCentroid.h @ 49:aa64a46320d4
* Rename "name" and "description" to "identifier" and "name"; add new
"description" that actually contains a description
author | cannam |
---|---|
date | Mon, 26 Feb 2007 18:08:48 +0000 |
parents | be8fdfe25693 |
children | 933fee59d33a |
comparison
equal
deleted
inserted
replaced
48:f46bf5e0fa42 | 49:aa64a46320d4 |
---|---|
48 bool initialise(size_t channels, size_t stepSize, size_t blockSize); | 48 bool initialise(size_t channels, size_t stepSize, size_t blockSize); |
49 void reset(); | 49 void reset(); |
50 | 50 |
51 InputDomain getInputDomain() const { return FrequencyDomain; } | 51 InputDomain getInputDomain() const { return FrequencyDomain; } |
52 | 52 |
53 std::string getIdentifier() const; | |
53 std::string getName() const; | 54 std::string getName() const; |
54 std::string getDescription() const; | 55 std::string getDescription() const; |
55 std::string getMaker() const; | 56 std::string getMaker() const; |
56 int getPluginVersion() const; | 57 int getPluginVersion() const; |
57 std::string getCopyright() const; | 58 std::string getCopyright() const; |