X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fvamp-plugins%2FOnsetDetect.cpp;h=ea1760412b1e2374b972360693ee45ef71d65f2f;hb=02b7db03bd11de67c8e5d981d6075ce9f0ca8963;hp=d7687913270b213e1a9a2898da47f5e070b3f0a5;hpb=4178db5f632721eefb58c42d684fc10f8f4fb9da;p=ardour.git diff --git a/libs/vamp-plugins/OnsetDetect.cpp b/libs/vamp-plugins/OnsetDetect.cpp index d768791327..ea1760412b 100644 --- a/libs/vamp-plugins/OnsetDetect.cpp +++ b/libs/vamp-plugins/OnsetDetect.cpp @@ -366,7 +366,7 @@ OnsetDetector::process(const float *const *inputBuffers, // std::cerr << "OnsetDetector::process(" << timestamp << "): " // << "dftype " << m_dfType << ", sens " << m_sensitivity -// << ", len " << len << ", mean " << mean << std::endl; +// << ", len " << len << std::endl; double *magnitudes = new double[len]; double *phases = new double[len];