diff NNLSBase.h @ 86:e5c16976513d consonance

implemented note output for estimated chords
author matthiasm
date Sun, 28 Nov 2010 23:10:57 +0900
parents 026a5c0ee2c2
children 7af5312e66f8
line wrap: on
line diff
--- a/NNLSBase.h	Thu Nov 25 02:26:52 2010 +0900
+++ b/NNLSBase.h	Sun Nov 28 23:10:57 2010 +0900
@@ -73,8 +73,6 @@
     vector<int> m_kernelNoteIndex;
     float *m_dict;
     bool m_tuneLocal;
-    vector<float> m_chorddict;
-    vector<string> m_chordnames;
     float m_doNormalizeChroma;
     float m_rollon;
     vector<float> hw;