summaryrefslogtreecommitdiff
path: root/glitcher/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glitcher/src/ofApp.h')
-rw-r--r--glitcher/src/ofApp.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/glitcher/src/ofApp.h b/glitcher/src/ofApp.h
index c6c831b..beaceaf 100644
--- a/glitcher/src/ofApp.h
+++ b/glitcher/src/ofApp.h
@@ -2,6 +2,7 @@
#include "ofMain.h"
#include "ofxOpenCv.h"
+#include "audioGlitcher.h"
class ofApp : public ofBaseApp {
@@ -20,11 +21,11 @@ public:
void audioIn(float * input, int bufferSize, int nChannels);
- ofxCvColorImage buffer;
-
- ofFbo renderFBO;
- IplImage tmp;
+ audioGlitcher glitch;
ofSoundStream soundStream;
+ vector<float> samples;
+
+ int frame;
};