diff NNLSChroma.h @ 12:54f28d8ac098 matthiasm-plugin

consecutive chords with the same label are merged
author matthiasm
date Wed, 09 Jun 2010 03:33:36 +0000
parents 0f270f3d2131
children e72c4ad432d8
line wrap: on
line diff
--- a/NNLSChroma.h	Thu Jun 03 16:19:57 2010 +0000
+++ b/NNLSChroma.h	Wed Jun 09 03:33:36 2010 +0000
@@ -75,6 +75,7 @@
     int m_dictID;
 	vector<float> m_chorddict;
 	vector<string> m_chordnames;
+	float m_doNormalizeChroma;
     // list< vector< float > > *logfreqSpecList;
 };