Mercurial > hg > nnls-chroma
comparison NNLSBase.h @ 76:d398e73b46e0 matthiasm-plugin
it's broken at the moment, work in progress (makeing bins per semitone variable, ie not necessarily 3)
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Wed, 10 Nov 2010 22:52:46 +0900 |
parents | b6cddb109482 |
children | 026a5c0ee2c2 |
comparison
equal
deleted
inserted
replaced
75:ec5b599fbabc | 76:d398e73b46e0 |
---|---|
79 bool m_tuneLocal; | 79 bool m_tuneLocal; |
80 vector<float> m_chorddict; | 80 vector<float> m_chorddict; |
81 vector<string> m_chordnames; | 81 vector<string> m_chordnames; |
82 float m_doNormalizeChroma; | 82 float m_doNormalizeChroma; |
83 float m_rollon; | 83 float m_rollon; |
84 vector<float> hw; | |
84 }; | 85 }; |
85 | 86 |
86 | 87 |
87 | 88 |
88 #endif | 89 #endif |