From 09c827e0b4aa62401ac1ed84107bd5570b2580be Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 15 Feb 2013 17:02:12 +0000 Subject: adding vamp --- rotord/vampHost.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 rotord/vampHost.h (limited to 'rotord/vampHost.h') diff --git a/rotord/vampHost.h b/rotord/vampHost.h new file mode 100644 index 0000000..e46520c --- /dev/null +++ b/rotord/vampHost.h @@ -0,0 +1,34 @@ +#include +#include +#include + +#include +#include +#include +#include + +#include +#include + +#include "system.h" + +#include + +using namespace std; + +using Vamp::Plugin; +using Vamp::PluginHostAdapter; +using Vamp::RealTime; +using Vamp::HostExt::PluginLoader; +using Vamp::HostExt::PluginWrapper; +using Vamp::HostExt::PluginInputDomainAdapter; + +#define HOST_VERSION "1.5" + +namespace vampHost { + + + void printFeatures(int, int, int, Plugin::FeatureSet, ofstream *, bool frames); + int runPlugin(string myname, string soname, string id, string output,int outputNo, string inputFile, string outfilename, bool frames); + +} \ No newline at end of file -- cgit v1.2.3