From 9a4a28b04bcbf265173892c9d593a435313553ea Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 19 Jan 2016 17:45:11 +0100 Subject: [PATCH] example_aubioDemo/: quieten --- example_aubioDemo/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_aubioDemo/src/ofApp.cpp b/example_aubioDemo/src/ofApp.cpp index d381608..022ad7a 100644 --- a/example_aubioDemo/src/ofApp.cpp +++ b/example_aubioDemo/src/ofApp.cpp @@ -168,12 +168,12 @@ void ofApp::dragEvent(ofDragInfo dragInfo){ //---- void ofApp::onsetEvent(float & time) { - ofLog() << "got onset at " << time << " s"; + //ofLog() << "got onset at " << time << " s"; gotOnset = true; } //---- void ofApp::beatEvent(float & time) { - ofLog() << "got beat at " << time << " s"; + //ofLog() << "got beat at " << time << " s"; gotBeat = true; } -- 2.11.0