X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=plugins%2FOnset.h;h=314e107308ccdc4723e3ccebfbfe1014c2e4be84;hp=c8c34753bf6755c83412acfbbb471c6c7f351906;hb=63f363e230ba4c6cc04315c4ce33e92753e441c6;hpb=3144a5db172787cf4334b4cdd0ccd2eac7593ab0 diff --git a/plugins/Onset.h b/plugins/Onset.h index c8c3475..314e107 100644 --- a/plugins/Onset.h +++ b/plugins/Onset.h @@ -31,6 +31,7 @@ public: InputDomain getInputDomain() const { return TimeDomain; } + std::string getIdentifier() const; std::string getName() const; std::string getDescription() const; std::string getMaker() const;