diff options
Diffstat (limited to '06_performance/src/testApp.h')
| -rw-r--r-- | 06_performance/src/testApp.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
