comparison src/testApp.h @ 40:0d66ecd1f4d3

added output file writing to export alignment data
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 25 Apr 2012 00:24:20 +0100
parents 852173ca8365
children 2eca10a31ae2
comparison
equal deleted inserted replaced
39:f5de07b4d733 40:0d66ecd1f4d3
8 #include "LoadedAudioHolder.h" 8 #include "LoadedAudioHolder.h"
9 //#include "ofxSoundFileLoader.h" 9 //#include "ofxSoundFileLoader.h"
10 #include "AudioEventMatcher.h" 10 #include "AudioEventMatcher.h"
11 11
12 #include "LoadedAudioHolder.h" 12 #include "LoadedAudioHolder.h"
13
14 #include "OutputDataWriter.h"
13 15
14 #include "ofxOsc.h" 16 #include "ofxOsc.h"
15 #define PORT 10874 17 #define PORT 10874
16 18
17 19
69 bool bNoise; 71 bool bNoise;
70 float volume; 72 float volume;
71 float * lAudio; 73 float * lAudio;
72 float * rAudio; 74 float * rAudio;
73 75
74 76 OutputDataWriter outputWriter;
77
75 }; 78 };
76 79
77 #endif 80 #endif