From 122c103e8147f16e319598bfd27bb8e8f2e1fb67 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2015 02:40:28 +0200 Subject: [PATCH] src/ofxAubio.h: import Beat and Onset --- src/ofxAubio.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.11.0