diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-04 18:03:14 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-04 18:03:14 +0100 |
| commit | 332c7c24301700ca0a4ceb104051bcd3a3b3bc4b (patch) | |
| tree | 5d4d0c12c749bc1af40effae6e3d943149fa06ae /rotord/vampHost.h | |
| parent | ef217eb0c2450e50a25e6ae2aee36178fcdd54c7 (diff) | |
analyser loader
Diffstat (limited to 'rotord/vampHost.h')
| -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 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); |
