Mercurial > hg > nnls-chroma
changeset 45:976833b7a463 matthiasm-plugin
* matthiasm -> nnls-chroma; * nnls_chroma -> nnls-chroma
author | matthiasm |
---|---|
date | Mon, 25 Oct 2010 02:30:05 +0900 |
parents | 109d3b2c7105 |
children | 40b3017e8774 |
files | Makefile NNLSChroma.cpp README |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Oct 25 01:58:37 2010 +0900 +++ b/Makefile Mon Oct 25 02:30:05 2010 +0900 @@ -1,4 +1,4 @@ -PLUGIN_LIBRARY_NAME = matthiasm +PLUGIN_LIBRARY_NAME = nnls-chroma # Edit this to list one .o file for each .cpp file in your plugin project #
--- a/NNLSChroma.cpp Mon Oct 25 01:58:37 2010 +0900 +++ b/NNLSChroma.cpp Mon Oct 25 02:30:05 2010 +0900 @@ -45,7 +45,7 @@ NNLSChroma::getIdentifier() const { if (debug_on) cerr << "--> getIdentifier" << endl; - return "nnls_chroma"; + return "nnls-chroma"; } string
--- a/README Mon Oct 25 01:58:37 2010 +0900 +++ b/README Mon Oct 25 02:30:05 2010 +0900 @@ -14,7 +14,7 @@ ### Parameters ### The default settings (in brackets, below) are those used for Matthias Mauch's 2010 MIREX submissions. - +* use approximate transcription (NNLS) (on or off; default: on): toggle between NNLS approximate transcription and linear spectral mapping. * spectral roll on (0.00 -- 0.05; default: 0.0): consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed. * tuning mode (global or local; default: global): local uses a local average for tuning, global uses ... exactly. * spectral whitening (0.0 -- 1.0; default: 1.0): determines how much the log-frequency spectrum is whitened. A value of 0.0 means no whitening. For values other than 0.0 the log-freq spectral bins are divided by [standard deviation of their neighbours]^[spectral whitening], where "^" means "to the power of".