Merge branch 'master' into tatum tatum
authorPaul Brossier <piem@piem.org>
Tue, 19 Jan 2016 16:45:22 +0000 (17:45 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 19 Jan 2016 16:45:22 +0000 (17:45 +0100)
1  2 
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;
 +}