From: Paul Brossier Date: Sun, 25 Oct 2015 00:40:28 +0000 (+0200) Subject: src/ofxAubio.h: import Beat and Onset X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=122c103e8147f16e319598bfd27bb8e8f2e1fb67;p=ofxAubio.git src/ofxAubio.h: import Beat and Onset --- diff --git a/src/ofxAubio.h b/src/ofxAubio.h index b495b6d..d417ac3 100644 --- a/src/ofxAubio.h +++ b/src/ofxAubio.h @@ -18,5 +18,7 @@ */ +#include "ofxAubioBeat.h" +#include "ofxAubioOnset.h" #include "ofxAubioPitch.h"