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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/glitcher/src/ofApp.h b/glitcher/src/ofApp.h
index fd72e87..c6c831b 100644
--- a/glitcher/src/ofApp.h
+++ b/glitcher/src/ofApp.h
@@ -18,7 +18,13 @@ public:
void mouseReleased(int x, int y, int button);
void windowResized(int w, int h);
+ void audioIn(float * input, int bufferSize, int nChannels);
+
ofxCvColorImage buffer;
ofFbo renderFBO;
+ IplImage tmp;
+
+ ofSoundStream soundStream;
+
};