diff options
| author | Comment <tim@gray.(none)> | 2014-02-26 17:01:43 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-26 17:01:43 +0000 |
| commit | a2fe68dfed91e362404ea1171cc8f0b313956cc3 (patch) | |
| tree | 013d071e94a2e29f0aee8ec2da44e1d0debbaab8 /glitcher/src/ofApp.h | |
| parent | 84b516956e7ca1ddd7d89890d9ff81f71fcff217 (diff) | |
thank fuk
Diffstat (limited to 'glitcher/src/ofApp.h')
| -rw-r--r-- | glitcher/src/ofApp.h | 9 |
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; }; |
