comparison Chordino.cpp @ 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 d6bb9b43ac1c
comparison
equal deleted inserted replaced
35:cf8898a0174c 36:7409ab74c63b
70 70
71 int index = 0; 71 int index = 0;
72 72
73 OutputDescriptor d7; 73 OutputDescriptor d7;
74 d7.identifier = "simplechord"; 74 d7.identifier = "simplechord";
75 d7.name = "Simple Chord Estimate"; 75 d7.name = "Chord Estimate";
76 d7.description = "A simple chord estimate based on the inner product of chord templates with the smoothed chroma."; 76 d7.description = "A simple chord estimate based on the inner product of chord templates with the smoothed chroma.";
77 d7.unit = ""; 77 d7.unit = "";
78 d7.hasFixedBinCount = true; 78 d7.hasFixedBinCount = true;
79 d7.binCount = 0; 79 d7.binCount = 0;
80 d7.hasKnownExtents = false; 80 d7.hasKnownExtents = false;
85 list.push_back(d7); 85 list.push_back(d7);
86 m_outputChords = index++; 86 m_outputChords = index++;
87 87
88 OutputDescriptor d8; 88 OutputDescriptor d8;
89 d8.identifier = "harmonicchange"; 89 d8.identifier = "harmonicchange";
90 d8.name = "Harmonic change value"; 90 d8.name = "Harmonic Change Value";
91 d8.description = "Harmonic change."; 91 d8.description = "Harmonic change.";
92 d8.unit = ""; 92 d8.unit = "";
93 d8.hasFixedBinCount = true; 93 d8.hasFixedBinCount = true;
94 d8.binCount = 1; 94 d8.binCount = 1;
95 d8.hasKnownExtents = true; 95 d8.hasKnownExtents = true;