diff NNLSChroma.h @ 9:0f270f3d2131 matthiasm-plugin

working with new optional chord dictionary in the file chord.dict
author matthiasm
date Thu, 03 Jun 2010 09:10:40 +0000
parents 84db8ce38fd3
children 54f28d8ac098
line wrap: on
line diff
--- a/NNLSChroma.h	Wed Jun 02 16:03:48 2010 +0000
+++ b/NNLSChroma.h	Thu Jun 03 09:10:40 2010 +0000
@@ -73,7 +73,7 @@
 	float *m_dict;
     bool m_tuneLocal;
     int m_dictID;
-	float *m_chorddict;
+	vector<float> m_chorddict;
 	vector<string> m_chordnames;
     // list< vector< float > > *logfreqSpecList;
 };