diff options
Diffstat (limited to 'rotord/vampHost.h')
| -rwxr-xr-x[-rw-r--r--] | rotord/vampHost.h | 9 |
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); |
