From a2fe68dfed91e362404ea1171cc8f0b313956cc3 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 26 Feb 2014 17:01:43 +0000 Subject: thank fuk --- glitcher/src/ofApp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'glitcher/src/ofApp.h') 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 samples; + + int frame; }; -- cgit v1.2.3