Mercurial > hg > qm-vamp-plugins
comparison plugins/ChromagramPlugin.h @ 234:4a1abf1f2ac4
Fixes for qm-dsp codestyle-and-tidy branch
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 03 Jun 2019 08:23:00 +0100 |
parents | dcf5800f0f00 |
children |
comparison
equal
deleted
inserted
replaced
233:c9c562f37dd7 | 234:4a1abf1f2ac4 |
---|---|
62 ChromaConfig m_config; | 62 ChromaConfig m_config; |
63 Chromagram *m_chromagram; | 63 Chromagram *m_chromagram; |
64 mutable size_t m_step; | 64 mutable size_t m_step; |
65 mutable size_t m_block; | 65 mutable size_t m_block; |
66 | 66 |
67 vector<double> m_binsums; | 67 std::vector<double> m_binsums; |
68 size_t m_count; | 68 size_t m_count; |
69 }; | 69 }; |
70 | 70 |
71 | 71 |
72 #endif | 72 #endif |