Mercurial > hg > qm-vamp-plugins
diff 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 |
line wrap: on
line diff
--- a/plugins/KeyDetect.h Mon Jan 22 17:32:40 2007 +0000 +++ b/plugins/KeyDetect.h Mon Feb 26 17:49:15 2007 +0000 @@ -52,6 +52,7 @@ InputDomain getInputDomain() const { return TimeDomain; } + std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const;