Mercurial > hg > beatroot-vamp
diff BeatRootVampPlugin.h @ 23:633ec097fa56
Expose the processing parameters Simon suggests
author | Chris Cannam |
---|---|
date | Tue, 03 Sep 2013 17:32:09 +0100 |
parents | 791398eaf639 |
children | b9c2f444cdaa |
line wrap: on
line diff
--- a/BeatRootVampPlugin.h Wed Aug 28 16:50:40 2013 +0100 +++ b/BeatRootVampPlugin.h Tue Sep 03 17:32:09 2013 +0100 @@ -16,6 +16,8 @@ #ifndef _BEATROOT_VAMP_PLUGIN_H_ #define _BEATROOT_VAMP_PLUGIN_H_ +#include "Agent.h" + #include <vamp-sdk/Plugin.h> using std::string; @@ -61,6 +63,7 @@ protected: BeatRootProcessor *m_processor; + AgentParameters m_parameters; };