Mercurial > hg > vamp-test-plugin
comparison VampTestPlugin.h @ 17:ac7f544c7b20
Give the plugin a parameter
author | Chris Cannam |
---|---|
date | Tue, 25 Nov 2014 12:00:52 +0000 |
parents | 1bff4a80852c |
children | 014cce47e998 |
comparison
equal
deleted
inserted
replaced
16:a7bd1daac7f3 | 17:ac7f544c7b20 |
---|---|
43 Vamp::RealTime timestamp); | 43 Vamp::RealTime timestamp); |
44 | 44 |
45 FeatureSet getRemainingFeatures(); | 45 FeatureSet getRemainingFeatures(); |
46 | 46 |
47 protected: | 47 protected: |
48 bool m_produceOutput; | |
48 int m_n; | 49 int m_n; |
49 std::vector<Vamp::RealTime> m_instants; | 50 std::vector<Vamp::RealTime> m_instants; |
50 int m_stepSize; | 51 int m_stepSize; |
51 int m_blockSize; | 52 int m_blockSize; |
52 Vamp::RealTime m_lastTime; | 53 Vamp::RealTime m_lastTime; |