Mercurial > hg > qm-vamp-plugins
comparison plugins/KeyDetect.h @ 242:3e882621e2dd
Add "rapid" option (frame overlap factor)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 06 Jun 2019 14:21:39 +0100 |
parents | dcf5800f0f00 |
children | e6abd6e99051 |
comparison
equal
deleted
inserted
replaced
241:d4ba927300f5 | 242:3e882621e2dd |
---|---|
54 protected: | 54 protected: |
55 mutable size_t m_stepSize; | 55 mutable size_t m_stepSize; |
56 mutable size_t m_blockSize; | 56 mutable size_t m_blockSize; |
57 float m_tuningFrequency; | 57 float m_tuningFrequency; |
58 int m_length; | 58 int m_length; |
59 bool m_rapid; | |
59 | 60 |
61 GetKeyMode::Config getConfig() const; | |
60 std::string getKeyName(int index, bool minor, bool includeMajMin) const; | 62 std::string getKeyName(int index, bool minor, bool includeMajMin) const; |
61 | 63 |
62 GetKeyMode* m_getKeyMode; | 64 GetKeyMode* m_getKeyMode; |
63 double* m_inputFrame; | 65 double* m_inputFrame; |
64 int m_prevKey; | 66 int m_prevKey; |