diff options
Diffstat (limited to '06_performance/src/testApp.h')
| -rw-r--r-- | 06_performance/src/testApp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h index b1c086c..02ab1ec 100644 --- a/06_performance/src/testApp.h +++ b/06_performance/src/testApp.h @@ -4,6 +4,9 @@ #include "ofMain.h" #include "fft.h" #include "FFTOctaveAnalyzer.h" +#include "ofxOsc.h" + +#define OSCPORT 12345 #include "oni.h" @@ -163,7 +166,13 @@ class testApp : public ofBaseApp, public ofxMidiListener{ ofCamera camera; ofNode target; oniManager narrator; + + ofxXmlSettings XML; + vector<ofVideoPlayer> videoclips; + + ofxOscReceiver receiver; }; #endif + |
