summaryrefslogtreecommitdiff
path: root/rotord/vampHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/vampHost.h')
-rw-r--r--rotord/vampHost.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rotord/vampHost.h b/rotord/vampHost.h
index dfff408..de6ae02 100644
--- a/rotord/vampHost.h
+++ b/rotord/vampHost.h
@@ -53,6 +53,15 @@ namespace vampHost {
float progress;
Poco::Mutex mutex; //lock for progress data
};
+ class Analyser{
+ public:
+ void init(const string &soname,const string &id,const int &rate);
+ vector<float> beats;
+ private:
+ PluginLoader *loader;
+ PluginLoader::PluginKey key;
+ Plugin *plugin;
+ };
string getQMBeats(const string soundfile);
void printFeatures(int, int, int, Plugin::FeatureSet, ostream &, bool frames);