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