From b493b9f8ab982a96911fe69eaebb198fa23f6022 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 19 Jan 2016 16:49:04 +0100 Subject: [PATCH] src/ofxAubioOnset.cpp: remove unused toSend --- src/ofxAubioOnset.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ofxAubioOnset.cpp b/src/ofxAubioOnset.cpp index 3e1b1d6..06f32a6 100644 --- a/src/ofxAubioOnset.cpp +++ b/src/ofxAubioOnset.cpp @@ -58,7 +58,6 @@ void ofxAubioOnset::blockAudioIn() { aubio_onset_do(onset, aubio_input, aubio_output); if (aubio_output->data[0]) { - toSend = true; //ofLogNotice() << "found onset"; float last_onset = aubio_onset_get_last_s(onset); ofNotifyEvent(gotOnset, last_onset, this); -- 2.11.0