Mercurial > hg > nnls-chroma
changeset 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 | 5bcba43e2317 |
children | 526250b06fe0 |
files | Chordino.cpp Tuning.cpp |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Chordino.cpp Tue Mar 29 17:53:02 2011 +0100 +++ b/Chordino.cpp Thu Mar 31 13:51:45 2011 +0100 @@ -98,8 +98,8 @@ ParameterDescriptor d0; d0.identifier = "rollon"; - d0.name = "spectral roll-on"; - 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."; + d0.name = "bass noise threshold"; + 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."; d0.unit = "%"; d0.minValue = 0; d0.maxValue = 5;
--- a/Tuning.cpp Tue Mar 29 17:53:02 2011 +0100 +++ b/Tuning.cpp Thu Mar 31 13:51:45 2011 +0100 @@ -76,8 +76,8 @@ ParameterDescriptor d0; d0.identifier = "rollon"; - d0.name = "spectral roll-on"; - 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."; + d0.name = "bass noise threshold"; + 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."; d0.unit = "%"; d0.minValue = 0; d0.maxValue = 5;