comparison Chordino.cpp @ 59:1ccb883b585f matthiasm-plugin

more README and n3 updates; changed rollon parameter to percentage
author matthiasm
date Mon, 25 Oct 2010 23:47:06 +0900
parents 01bc078f5f61
children 9a1f83057e84
comparison
equal deleted inserted replaced
58:01bc078f5f61 59:1ccb883b585f
95 95
96 ParameterDescriptor d0; 96 ParameterDescriptor d0;
97 d0.identifier = "rollon"; 97 d0.identifier = "rollon";
98 d0.name = "spectral roll-on"; 98 d0.name = "spectral roll-on";
99 d0.description = "Consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds the quantile [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed."; 99 d0.description = "Consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds the quantile [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed.";
100 d0.unit = ""; 100 d0.unit = "%";
101 d0.minValue = 0; 101 d0.minValue = 0;
102 d0.maxValue = 0.05; 102 d0.maxValue = 0.05;
103 d0.defaultValue = 0; 103 d0.defaultValue = 0;
104 d0.isQuantized = true; 104 d0.isQuantized = true;
105 d0.quantizeStep = 0.005; 105 d0.quantizeStep = 0.005;