Mercurial > hg > qm-dsp
diff dsp/tempotracking/TempoTrackV2.cpp @ 330:3f7b4b282df1
Remove debug (which should be to cerr rather than cout, if ever restored)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 02 Sep 2013 09:47:05 +0100 |
parents | 891b8a8b652f |
children | 7e52c034cf62 |
line wrap: on
line diff
--- a/dsp/tempotracking/TempoTrackV2.cpp Mon Sep 02 09:26:46 2013 +0100 +++ b/dsp/tempotracking/TempoTrackV2.cpp Mon Sep 02 09:47:05 2013 +0100 @@ -120,9 +120,9 @@ double rayparam = (60*44100/512)/inputtempo; // these debug statements can be removed. - std::cout << "inputtempo" << inputtempo << std::endl; - std::cout << "rayparam" << rayparam << std::endl; - std::cout << "constraintempo" << constraintempo << std::endl; +// std::cerr << "inputtempo" << inputtempo << std::endl; +// std::cerr << "rayparam" << rayparam << std::endl; +// std::cerr << "constraintempo" << constraintempo << std::endl; // make rayleigh weighting curve d_vec_t wv(wv_len); @@ -458,8 +458,8 @@ //double alpha = 0.9; // MEPD 28/11/12 // debug statements that can be removed. - std::cout << "alpha" << alpha << std::endl; - std::cout << "tightness" << tightness << std::endl; +// std::cerr << "alpha" << alpha << std::endl; +// std::cerr << "tightness" << tightness << std::endl; // main loop for (unsigned int i=0; i<localscore.size(); i++)