projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8d50f
)
src/ofxAubioOnset.cpp: remove unused toSend
author
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 15:49:04 +0000
(16:49 +0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 15:49:04 +0000
(16:49 +0100)
src/ofxAubioOnset.cpp
patch
|
blob
|
history
diff --git
a/src/ofxAubioOnset.cpp
b/src/ofxAubioOnset.cpp
index
3e1b1d6
..
06f32a6
100644
(file)
--- 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);