From: Paul Brossier Date: Tue, 19 Jan 2016 16:45:22 +0000 (+0100) Subject: Merge branch 'master' into tatum X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a39ae3bb948e2da9b937f30c05213bbdbfd1340b;p=ofxAubio.git Merge branch 'master' into tatum --- a39ae3bb948e2da9b937f30c05213bbdbfd1340b diff --cc example_aubioDemo/src/ofApp.cpp index 6180041,022ad7a..b0c5196 --- a/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; +}