# HG changeset patch # User Chris Cannam # Date 1378111625 -3600 # Node ID c32a2446f7fe27317ccf3106f6356137091551d7 # Parent 1e433aaa44ad165b70ae3a111514d4d144a07f99 Remove debug (which should be to cerr rather than cout, if ever restored) diff -r 1e433aaa44ad -r c32a2446f7fe dsp/tempotracking/TempoTrackV2.cpp --- 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