Mercurial > hg > nnls-chroma
diff chromamethods.h @ 41:d6bb9b43ac1c matthiasm-plugin
README and new parameters, not tested yet
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 22 Oct 2010 21:43:57 +0900 |
parents | cf8898a0174c |
children | d398e73b46e0 |
line wrap: on
line diff
--- a/chromamethods.h Fri Oct 22 11:58:16 2010 +0100 +++ b/chromamethods.h Fri Oct 22 21:43:57 2010 +0900 @@ -25,7 +25,7 @@ const int nNote = 256; extern std::vector<float> SpecialConvolution(std::vector<float> convolvee, std::vector<float> kernel); -extern void dictionaryMatrix(float* dm); +extern void dictionaryMatrix(float* dm, float s_param); extern std::vector<std::string> chordDictionary(std::vector<float> *mchorddict); extern bool logFreqMatrix(int fs, int blocksize, float *outmatrix);