Mercurial > hg > nnls-chroma
diff NNLSBase.h @ 89:7af5312e66f8 matthiasm-plugin
new boost N parameter in chordino, chord dictionary loaded on initialisation (not construction) of plugin
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Wed, 01 Dec 2010 23:08:55 +0900 |
parents | e5c16976513d |
children | 846b552ea3b0 |
line wrap: on
line diff
--- a/NNLSBase.h Wed Dec 01 21:18:49 2010 +0900 +++ b/NNLSBase.h Wed Dec 01 23:08:55 2010 +0900 @@ -64,7 +64,6 @@ vector<float> m_localTunings; float m_whitening; float m_preset; - float m_s; float m_useNNLS; float m_useHMM; vector<float> m_localTuning; @@ -75,6 +74,8 @@ bool m_tuneLocal; float m_doNormalizeChroma; float m_rollon; + float m_boostN; + float m_s; vector<float> hw; vector<float> sinvalues; vector<float> cosvalues;