projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68e077
)
example_aubioDemo/: quieten
author
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 16:45:11 +0000
(17:45 +0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 16:45:11 +0000
(17:45 +0100)
example_aubioDemo/src/ofApp.cpp
patch
|
blob
|
history
diff --git
a/example_aubioDemo/src/ofApp.cpp
b/example_aubioDemo/src/ofApp.cpp
index
d381608
..
022ad7a
100644
(file)
--- 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;
}