Mercurial > hg > nnls-chroma
diff NNLSBase.h @ 42:d01f94d58ef0 matthiasm-plugin
* added new parameter that toggles NNLS
author | matthiasm |
---|---|
date | Sun, 24 Oct 2010 20:43:11 +0900 |
parents | d6bb9b43ac1c |
children | b6cddb109482 |
line wrap: on
line diff
--- a/NNLSBase.h Fri Oct 22 21:43:57 2010 +0900 +++ b/NNLSBase.h Sun Oct 24 20:43:11 2010 +0900 @@ -69,13 +69,13 @@ float m_whitening; float m_preset; float m_s; + float m_useNNLS; vector<float> m_localTuning; vector<float> m_kernelValue; vector<int> m_kernelFftIndex; vector<int> m_kernelNoteIndex; float *m_dict; bool m_tuneLocal; - int m_dictID; vector<float> m_chorddict; vector<string> m_chordnames; float m_doNormalizeChroma;