changeset 36:7409ab74c63b matthiasm-plugin

* Rename outputs (so alphabetical ordering works better!)
author Chris Cannam
date Fri, 22 Oct 2010 11:31:54 +0100
parents cf8898a0174c
children 1d668695c03b
files Chordino.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Chordino.cpp	Fri Oct 22 11:30:21 2010 +0100
+++ b/Chordino.cpp	Fri Oct 22 11:31:54 2010 +0100
@@ -72,7 +72,7 @@
 
     OutputDescriptor d7;
     d7.identifier = "simplechord";
-    d7.name = "Simple Chord Estimate";
+    d7.name = "Chord Estimate";
     d7.description = "A simple chord estimate based on the inner product of chord templates with the smoothed chroma.";
     d7.unit = "";
     d7.hasFixedBinCount = true;
@@ -87,7 +87,7 @@
     
     OutputDescriptor d8;
     d8.identifier = "harmonicchange";
-    d8.name = "Harmonic change value";
+    d8.name = "Harmonic Change Value";
     d8.description = "Harmonic change.";
     d8.unit = "";
     d8.hasFixedBinCount = true;