Mercurial > hg > vamp-aubio-plugins
comparison plugins/Tempo.h @ 51:42c9ccfe2e73
plugins/: update aubio header location to <aubio/aubio.h>
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 30 Dec 2013 22:48:43 -0400 |
parents | 4634452ef09f |
children | f80b207ccd15 |
comparison
equal
deleted
inserted
replaced
50:78d8fba6ba50 | 51:42c9ccfe2e73 |
---|---|
16 | 16 |
17 #ifndef _TEMPO_PLUGIN_H_ | 17 #ifndef _TEMPO_PLUGIN_H_ |
18 #define _TEMPO_PLUGIN_H_ | 18 #define _TEMPO_PLUGIN_H_ |
19 | 19 |
20 #include <vamp-sdk/Plugin.h> | 20 #include <vamp-sdk/Plugin.h> |
21 #include <aubio.h> | 21 #include <aubio/aubio.h> |
22 | 22 |
23 #include "Types.h" | 23 #include "Types.h" |
24 | 24 |
25 class Tempo : public Vamp::Plugin | 25 class Tempo : public Vamp::Plugin |
26 { | 26 { |