From 42a67a912a283f9012828660f07bc5743527317a Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 17 Feb 2013 22:23:47 +0000 Subject: minor ptogress --- rotord/vampHost.h | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100644 => 100755 rotord/vampHost.h (limited to 'rotord/vampHost.h') diff --git a/rotord/vampHost.h b/rotord/vampHost.h old mode 100644 new mode 100755 index e46520c..6bc6b75 --- 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); -- cgit v1.2.3