Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginHostAdapter.h @ 243:3cf5bd155e5b
* Some build improvements
* Make parameterisable values in tempo estimator into parameters
author | cannam |
---|---|
date | Mon, 10 Nov 2008 22:04:40 +0000 |
parents | 521734d2b498 |
children | 4454843ff384 |
comparison
equal
deleted
inserted
replaced
242:7f3a806ed1df | 243:3cf5bd155e5b |
---|---|
35 */ | 35 */ |
36 | 36 |
37 #ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_ | 37 #ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_ |
38 #define _VAMP_PLUGIN_HOST_ADAPTER_H_ | 38 #define _VAMP_PLUGIN_HOST_ADAPTER_H_ |
39 | 39 |
40 #include "hostguard.h" | |
41 #include "Plugin.h" | |
42 | |
40 #include <vamp/vamp.h> | 43 #include <vamp/vamp.h> |
41 #include "Plugin.h" | |
42 | 44 |
43 #include <vector> | 45 #include <vector> |
44 | 46 |
45 namespace Vamp { | 47 namespace Vamp { |
46 | 48 |