diff NNLSChroma.h @ 7:84db8ce38fd3 matthiasm-plugin

trying to import a chord dictionary from a file, but failing to do so
author matthiasm
date Wed, 02 Jun 2010 15:03:21 +0000
parents 8360483a026e
children 0f270f3d2131
line wrap: on
line diff
--- a/NNLSChroma.h	Tue Jun 01 12:03:37 2010 +0000
+++ b/NNLSChroma.h	Wed Jun 02 15:03:21 2010 +0000
@@ -73,6 +73,8 @@
 	float *m_dict;
     bool m_tuneLocal;
     int m_dictID;
+	float *m_chorddict;
+	vector<string> m_chordnames;
     // list< vector< float > > *logfreqSpecList;
 };