comparison Tuning.cpp @ 114:3f104bceac99 monophonicness

changed roll-on name to bass noise threshold
author Matthias Mauch <mail@matthiasmauch.net>
date Thu, 31 Mar 2011 13:51:45 +0100
parents 026a5c0ee2c2
children 3c731acad404
comparison
equal deleted inserted replaced
113:5bcba43e2317 114:3f104bceac99
74 if (debug_on) cerr << "--> getParameterDescriptors" << endl; 74 if (debug_on) cerr << "--> getParameterDescriptors" << endl;
75 ParameterList list; 75 ParameterList list;
76 76
77 ParameterDescriptor d0; 77 ParameterDescriptor d0;
78 d0.identifier = "rollon"; 78 d0.identifier = "rollon";
79 d0.name = "spectral roll-on"; 79 d0.name = "bass noise threshold";
80 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."; 80 d0.description = "Consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds the quantile [bass noise threshold] x [total energy] will be set to 0. A threshold value of 0 means that no bins will be changed.";
81 d0.unit = "%"; 81 d0.unit = "%";
82 d0.minValue = 0; 82 d0.minValue = 0;
83 d0.maxValue = 5; 83 d0.maxValue = 5;
84 d0.defaultValue = 0; 84 d0.defaultValue = 0;
85 d0.isQuantized = true; 85 d0.isQuantized = true;