comparison src/AudioEventMatcher.h @ 3:5e188c0035b6

checking the offsets of the arrays
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 01 Feb 2012 16:05:26 +0000
parents 179c09199b3c
children 45b5cf9be377
comparison
equal deleted inserted replaced
2:179c09199b3c 3:5e188c0035b6
42 RecordedMultitrackAudio recordedTracks; 42 RecordedMultitrackAudio recordedTracks;
43 43
44 void windowResized(const int& w, const int& h); 44 void windowResized(const int& w, const int& h);
45 45
46 ofxWindowRegion bayesTempoWindow; 46 ofxWindowRegion bayesTempoWindow;
47 ofxWindowRegion bayesPositionWindow; 47 ofxWindowRegion bayesPositionWindow;
48 ofxWindowRegion bayesLikelihoodWindow;
48 49
49 50 bool checkMatch(const double& recordedPitch, const double& livePitch);
51 double getPitchDistance(const double& pitchOne, const double& pitchTwo, const double& scale);
52
53 void updateBayesianDistributions(const double& newEventTime);
54 void startPlaying();
55
56 bool usingRealTime;
57
50 }; 58 };
51 #endif 59 #endif