diff Chordino.cpp @ 53:bc161fd73858 matthiasm-plugin

made HMM toggle parameter more easily understandable
author matthiasm
date Mon, 25 Oct 2010 19:39:32 +0900
parents b6cddb109482
children 01bc078f5f61
line wrap: on
line diff
--- a/Chordino.cpp	Mon Oct 25 18:48:39 2010 +0900
+++ b/Chordino.cpp	Mon Oct 25 19:39:32 2010 +0900
@@ -83,7 +83,7 @@
 
     ParameterDescriptor d4;
     d4.identifier = "useHMM";
-    d4.name = "Viterbi decoding";
+    d4.name = "HMM (Viterbi decoding)";
     d4.description = "Turns on Viterbi decoding (when off, the simple chord estimator is used).";
     d4.unit = "";
     d4.minValue = 0.0;