comparison vamp-sdk/PluginHostAdapter.h @ 64:9d3272c7db60

* Merge from host-factory-stuff branch: this adds several helper classes in the hostext directory that should make a host's life much easier. This will become version 1.1 of the SDK, eventually.
author cannam
date Fri, 01 Jun 2007 15:10:17 +0000
parents 74822738965b
children 6683f99107cf
comparison
equal deleted inserted replaced
54:933fee59d33a 64:9d3272c7db60
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 <vamp/vamp.h> 40 #include <vamp/vamp.h>
41 41 #include <vamp-sdk/Plugin.h>
42 #include "Plugin.h"
43 42
44 #include <vector> 43 #include <vector>
45 44
46 namespace Vamp { 45 namespace Vamp {
47 46