Mercurial > hg > vamp-aubio-plugins
diff plugins/Onset.h @ 13:1169d00391d8
* Update along with latest Vamp API change
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 26 Feb 2007 18:10:34 +0000 |
parents | 62414aaaaa7e |
children | 7fd8f7a0b088 |
line wrap: on
line diff
--- a/plugins/Onset.h Tue Dec 12 10:42:21 2006 +0000 +++ b/plugins/Onset.h Mon Feb 26 18:10:34 2007 +0000 @@ -31,6 +31,7 @@ InputDomain getInputDomain() const { return TimeDomain; } + std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const;