From 39bcb5346b1f746399192391b6699e81d0d8ad3a Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 20 Jun 2013 09:06:40 +0100 Subject: spooky bug fixed, integration nearly right --- 06_performance/src/testApp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '06_performance/src/testApp.h') diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h index cca9e20..b1c086c 100644 --- a/06_performance/src/testApp.h +++ b/06_performance/src/testApp.h @@ -5,6 +5,8 @@ #include "fft.h" #include "FFTOctaveAnalyzer.h" +#include "oni.h" + #define BUFFER_SIZE 1024 #define BUFFER_FRAMES 512 @@ -157,6 +159,10 @@ class testApp : public ofBaseApp, public ofxMidiListener{ ofImage blanker; + + ofCamera camera; + ofNode target; + oniManager narrator; }; #endif -- cgit v1.2.3