Mercurial > hg > vamp-test-plugin
diff VampTestPlugin.h @ 3:72c80798371e
Some output data
author | Chris Cannam |
---|---|
date | Mon, 25 Mar 2013 22:07:30 +0000 |
parents | 21d94fc628c8 |
children | d83566810b96 |
line wrap: on
line diff
--- a/VampTestPlugin.h Mon Mar 25 16:20:27 2013 +0000 +++ b/VampTestPlugin.h Mon Mar 25 22:07:30 2013 +0000 @@ -1,10 +1,4 @@ -// This is a skeleton file for use in creating your own plugin -// libraries. Replace MyPlugin and myPlugin throughout with the name -// of your first plugin class, and fill in the gaps as appropriate. - - -// Remember to use a different guard symbol in each header! #ifndef _VAMP_TEST_PLUGIN_H_ #define _VAMP_TEST_PLUGIN_H_ @@ -51,7 +45,11 @@ FeatureSet getRemainingFeatures(); protected: - // plugin-specific data and methods go here + int m_n; + std::vector<Vamp::RealTime> m_instants; + int m_stepSize; + int m_blockSize; + Vamp::RealTime m_lastTime; };