Mercurial > hg > vamp-onsetsds-plugin
comparison onsetsdsplugin.h @ 5:aaf7ade4667e
Path fix, subrepo update
author | Chris Cannam |
---|---|
date | Mon, 09 Jul 2012 15:57:43 +0100 |
parents | 3d1928670329 |
children |
comparison
equal
deleted
inserted
replaced
4:8fde2f42b6a0 | 5:aaf7ade4667e |
---|---|
24 #ifndef _ONSETSDS_PLUGIN_H_ | 24 #ifndef _ONSETSDS_PLUGIN_H_ |
25 #define _ONSETSDS_PLUGIN_H_ | 25 #define _ONSETSDS_PLUGIN_H_ |
26 | 26 |
27 #include <vamp-sdk/Plugin.h> | 27 #include <vamp-sdk/Plugin.h> |
28 | 28 |
29 #include "onsetsds/onsetsds.h" | 29 #include "onsetsds/src/onsetsds.h" |
30 | 30 |
31 class OnsetsDSPlugin : public Vamp::Plugin | 31 class OnsetsDSPlugin : public Vamp::Plugin |
32 { | 32 { |
33 public: | 33 public: |
34 OnsetsDSPlugin(float inputSampleRate); | 34 OnsetsDSPlugin(float inputSampleRate); |