diff NNLSChroma.cpp @ 89:7af5312e66f8 matthiasm-plugin

new boost N parameter in chordino, chord dictionary loaded on initialisation (not construction) of plugin
author Matthias Mauch <mail@matthiasmauch.net>
date Wed, 01 Dec 2010 23:08:55 +0900
parents e5c16976513d
children b56dde3417d4
line wrap: on
line diff
--- a/NNLSChroma.cpp	Wed Dec 01 21:18:49 2010 +0900
+++ b/NNLSChroma.cpp	Wed Dec 01 23:08:55 2010 +0900
@@ -228,7 +228,7 @@
 {
     
     float consonancepattern[24] = {0,-1,-1,1,1,1,-1,1,1,1,-1,-1,1,-1,-1,1,1,1,-1,1,1,1,-1,-1};
-    for (int i = 0; i< 12; ++i) cerr << consonancepattern[i]<< endl; 
+    // for (int i = 0; i< 12; ++i) cerr << consonancepattern[i]<< endl; 
     if (debug_on) cerr << "--> getRemainingFeatures" << endl;
     FeatureSet fsOut;
     if (m_logSpectrum.size() == 0) return fsOut;