# HG changeset patch # User Chris Cannam # Date 1287743514 -3600 # Node ID 7409ab74c63b431c615868bd1e0aeb82cff605bd # Parent cf8898a0174cd235e8d8400da977d762ebf717b6 * Rename outputs (so alphabetical ordering works better!) diff -r cf8898a0174c -r 7409ab74c63b Chordino.cpp --- 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;