comparison src/AudioEventMatcher.h @ 22:24c413f0f2c5

rescue mechanism added
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 12 Feb 2012 22:25:14 +0000
parents 4f6006cac9de
children 4be22a1a0e24
comparison
equal deleted inserted replaced
21:604add81822f 22:24c413f0f2c5
51 51
52 LiveAudioInput liveInput;//hold the new events that come in 52 LiveAudioInput liveInput;//hold the new events that come in
53 RecordedMultitrackAudio recordedTracks; 53 RecordedMultitrackAudio recordedTracks;
54 54
55 void loadAudioFiles(); 55 void loadAudioFiles();
56 56 void rescue();//flat prior
57 void windowResized(const int& w, const int& h); 57 void windowResized(const int& w, const int& h);
58 58
59 ofxWindowRegion bayesTempoWindow; 59 ofxWindowRegion bayesTempoWindow;
60 ofxWindowRegion bayesPositionWindow; 60 ofxWindowRegion bayesPositionWindow;
61 ofxWindowRegion bayesLikelihoodWindow; 61 ofxWindowRegion bayesLikelihoodWindow;