Mercurial > hg > vamp-test-plugin
comparison VampTestPlugin.h @ 18:014cce47e998
Add an output that returns some actual feature of the input channels (also counting the channels, effectively)
| author | Chris Cannam |
|---|---|
| date | Tue, 02 Dec 2014 18:02:36 +0000 |
| parents | ac7f544c7b20 |
| children | cfff2b6ff0fd |
comparison
equal
deleted
inserted
replaced
| 17:ac7f544c7b20 | 18:014cce47e998 |
|---|---|
| 46 | 46 |
| 47 protected: | 47 protected: |
| 48 bool m_produceOutput; | 48 bool m_produceOutput; |
| 49 int m_n; | 49 int m_n; |
| 50 std::vector<Vamp::RealTime> m_instants; | 50 std::vector<Vamp::RealTime> m_instants; |
| 51 int m_channels; | |
| 51 int m_stepSize; | 52 int m_stepSize; |
| 52 int m_blockSize; | 53 int m_blockSize; |
| 53 Vamp::RealTime m_lastTime; | 54 Vamp::RealTime m_lastTime; |
| 54 mutable std::map<std::string, int> m_outputNumbers; | 55 mutable std::map<std::string, int> m_outputNumbers; |
| 55 | 56 |
