Mercurial > hg > vampy-host
diff vampyhost.h @ 16:7987e3123909
Rationalise plugin handle management
author | Chris Cannam |
---|---|
date | Mon, 24 Nov 2014 14:39:56 +0000 |
parents | 825d787f12df |
children | 014c48d6f360 |
line wrap: on
line diff
--- a/vampyhost.h Mon Nov 24 11:02:28 2014 +0000 +++ b/vampyhost.h Mon Nov 24 14:39:56 2014 +0000 @@ -3,19 +3,4 @@ #ifndef _VAMPYHOST_H_ #define _VAMPYHOST_H_ -#include "vamp-hostsdk/Plugin.h" -#include <string> - -//structure for holding plugin instance data -typedef struct { - std::string key; - std::string identifier; - bool isInitialised; - float inputSampleRate; - size_t channels; - size_t blockSize; - size_t stepSize; - Vamp::Plugin::FeatureSet output; -} PyPluginDescriptor; - #endif