Mercurial > hg > qm-vamp-plugins
comparison plugins/DWT.h @ 190:af6a5ba00a8f
Some fixes for MSVC
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 01 Feb 2018 16:36:55 +0000 |
parents | f96ea0e4b475 |
children |
comparison
equal
deleted
inserted
replaced
189:4e3bd932c195 | 190:af6a5ba00a8f |
---|---|
61 int m_flength; | 61 int m_flength; |
62 Wavelet::Type m_wavelet; | 62 Wavelet::Type m_wavelet; |
63 float m_threshold; | 63 float m_threshold; |
64 float m_absolute; | 64 float m_absolute; |
65 | 65 |
66 vector<float> m_lpd; | 66 vector<double> m_lpd; |
67 vector<float> m_hpd; | 67 vector<double> m_hpd; |
68 | 68 |
69 vector< vector<float> > m_samplePass; | 69 vector< vector<float> > m_samplePass; |
70 }; | 70 }; |
71 | 71 |
72 | 72 |