Mercurial > hg > beatroot-vamp
comparison 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 |
comparison
equal
deleted
inserted
replaced
22:6afcb5edd7ab | 23:633ec097fa56 |
---|---|
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _BEATROOT_VAMP_PLUGIN_H_ | 16 #ifndef _BEATROOT_VAMP_PLUGIN_H_ |
17 #define _BEATROOT_VAMP_PLUGIN_H_ | 17 #define _BEATROOT_VAMP_PLUGIN_H_ |
18 | |
19 #include "Agent.h" | |
18 | 20 |
19 #include <vamp-sdk/Plugin.h> | 21 #include <vamp-sdk/Plugin.h> |
20 | 22 |
21 using std::string; | 23 using std::string; |
22 | 24 |
59 | 61 |
60 FeatureSet getRemainingFeatures(); | 62 FeatureSet getRemainingFeatures(); |
61 | 63 |
62 protected: | 64 protected: |
63 BeatRootProcessor *m_processor; | 65 BeatRootProcessor *m_processor; |
66 AgentParameters m_parameters; | |
64 }; | 67 }; |
65 | 68 |
66 | 69 |
67 | 70 |
68 #endif | 71 #endif |