comparison Tuning.cpp @ 37:1d668695c03b matthiasm-plugin

* tuning -> Tuning
author Chris Cannam
date Fri, 22 Oct 2010 11:32:47 +0100
parents cf8898a0174c
children 0bf1486dc674
comparison
equal deleted inserted replaced
36:7409ab74c63b 37:1d668695c03b
87 list.push_back(d0); 87 list.push_back(d0);
88 m_outputTuning = index++; 88 m_outputTuning = index++;
89 89
90 OutputDescriptor d10; 90 OutputDescriptor d10;
91 d10.identifier = "localtuning"; 91 d10.identifier = "localtuning";
92 d10.name = "Local tuning"; 92 d10.name = "Local Tuning";
93 d10.description = "Tuning based on the history up to this timestamp."; 93 d10.description = "Tuning based on the history up to this timestamp.";
94 d10.unit = "Hz"; 94 d10.unit = "Hz";
95 d10.hasFixedBinCount = true; 95 d10.hasFixedBinCount = true;
96 d10.binCount = 1; 96 d10.binCount = 1;
97 d10.hasKnownExtents = true; 97 d10.hasKnownExtents = true;