summaryrefslogtreecommitdiff
path: root/basedProject/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'basedProject/src/ofApp.h')
-rw-r--r--basedProject/src/ofApp.h9
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;
+
};