diff NNLSChroma.cpp @ 43:131801714118 matthiasm-plugin

* HMM implementation for chord recognition
author matthiasm
date Mon, 25 Oct 2010 00:52:39 +0900
parents d01f94d58ef0
children 976833b7a463
line wrap: on
line diff
--- a/NNLSChroma.cpp	Sun Oct 24 20:43:11 2010 +0900
+++ b/NNLSChroma.cpp	Mon Oct 25 00:52:39 2010 +0900
@@ -74,7 +74,7 @@
     for (int iNote = 0; iNote < 24; iNote++) {
         bothchromanames.push_back(notenames[iNote]);
         if (iNote < 12) {
-            chromanames.push_back(notenames[iNote]);
+            chromanames.push_back(notenames[iNote+12]);
         }
     }