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 /basedProject/src/ofApp.h | |
| parent | 84b516956e7ca1ddd7d89890d9ff81f71fcff217 (diff) | |
thank fuk
Diffstat (limited to 'basedProject/src/ofApp.h')
| -rw-r--r-- | basedProject/src/ofApp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/basedProject/src/ofApp.h b/basedProject/src/ofApp.h index 7090ab6..3e45838 100644 --- a/basedProject/src/ofApp.h +++ b/basedProject/src/ofApp.h @@ -34,6 +34,8 @@ have to track how many frames each key has been pressed for #include "mapUtils.h" #include "viewpoint.h" +#include "audioGlitcher.h" + class ofApp : public ofBaseApp{ @@ -57,4 +59,11 @@ class ofApp : public ofBaseApp{ ofImage xhair; + void audioIn(float * input, int bufferSize, int nChannels); + + audioGlitcher glitch; + + ofSoundStream soundStream; + vector<float> samples; + }; |
