Mercurial > hg > nnls-chroma
diff NNLSBase.cpp @ 164:3c731acad404
Fix some problems from the plugin tester: zero sample rate with fixed sample type outputs; mismatching parameter id ("spectralshape" in Chordino, "s" in NNLSBase -- changing this in Chordino won't break anything as it would never have worked under that name anyway); some NaN values
author | Chris Cannam |
---|---|
date | Fri, 04 Sep 2015 16:45:37 +0100 |
parents | b547e7238bf5 |
children | 9e9267d6d78a |
line wrap: on
line diff
--- a/NNLSBase.cpp Fri Sep 04 12:22:09 2015 +0100 +++ b/NNLSBase.cpp Fri Sep 04 16:45:37 2015 +0100 @@ -267,6 +267,8 @@ void NNLSBase::setParameter(string identifier, float value) { +// cerr << "setParameter (" << identifier << ") -> " << value << endl; + if (debug_on) cerr << "--> setParameter" << endl; if (identifier == "useNNLS") { m_useNNLS = (int) value;