Mercurial > hg > qm-vamp-plugins
diff plugins/ChromagramPlugin.h @ 49:fc88b465548a
* Normalise type option for chromagram
* Minimum segment duration option for segmenter
* Bit more documentation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 22 Jan 2008 17:27:48 +0000 |
parents | 5d7ce1d87301 |
children | dcf5800f0f00 |
line wrap: on
line diff
--- a/plugins/ChromagramPlugin.h Mon Jan 21 18:05:28 2008 +0000 +++ b/plugins/ChromagramPlugin.h Tue Jan 22 17:27:48 2008 +0000 @@ -49,7 +49,7 @@ int m_minMIDIPitch; int m_maxMIDIPitch; float m_tuningFrequency; - bool m_normalized; + MathUtilities::NormaliseType m_normalise; int m_bpo; void setupConfig(); @@ -61,8 +61,6 @@ vector<double> m_binsums; size_t m_count; - - Feature normalize(const Feature &); };