projects
/
ofxAubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0e7bf64
9a4a28b
)
Merge branch 'master' into tatum
tatum
author
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 16:45:22 +0000
(17:45 +0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 19 Jan 2016 16:45:22 +0000
(17:45 +0100)
1
2
example_aubioDemo/src/ofApp.cpp
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
example_aubioDemo/src/ofApp.cpp
index
6180041
,
022ad7a
..
b0c5196
---
1
/
example_aubioDemo/src/ofApp.cpp
---
2
/
example_aubioDemo/src/ofApp.cpp
+++ b/
example_aubioDemo/src/ofApp.cpp
@@@
-182,12
-174,6
+182,12
@@@
void ofApp::onsetEvent(float & time)
//----
void ofApp::beatEvent(float & time) {
- ofLog() << "got beat at " << time << " s";
+
//
ofLog() << "got beat at " << time << " s";
gotBeat = true;
}
+
+//----
+void ofApp::tatumEvent(int & t) {
+ //ofLog() << "got tatum at " << time << " samples";
+ gotTatum = true;
+}