summaryrefslogtreecommitdiff
path: root/rotord/vampHost.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-02-17 22:23:47 +0000
committerComment <tim@gray.(none)>2013-02-17 22:23:47 +0000
commit42a67a912a283f9012828660f07bc5743527317a (patch)
tree4fd24a6fd60c6a2d61562988f3506d571c42fc8c /rotord/vampHost.h
parent09c827e0b4aa62401ac1ed84107bd5570b2580be (diff)
minor ptogress
Diffstat (limited to 'rotord/vampHost.h')
-rwxr-xr-x[-rw-r--r--]rotord/vampHost.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rotord/vampHost.h b/rotord/vampHost.h
index e46520c..6bc6b75 100644..100755
--- a/rotord/vampHost.h
+++ b/rotord/vampHost.h
@@ -26,6 +26,15 @@ using Vamp::HostExt::PluginInputDomainAdapter;
#define HOST_VERSION "1.5"
namespace vampHost {
+
+ class Settings{
+ Settings(string _so="",string _filter="",string _id="",string _input="");
+ string soname;
+ string filtername;
+ string id;
+ string inputFile;
+ string output;
+ };
void printFeatures(int, int, int, Plugin::FeatureSet, ofstream *, bool frames);