comparison src/midiEventHolder.h @ 3:de86d77f2612

added speed prior setting. needs some cleaning
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 19 Aug 2011 02:36:34 +0100
parents 5581023e0de4
children 195907bb8bb7
comparison
equal deleted inserted replaced
2:5581023e0de4 3:de86d77f2612
76 void printMatchMatrix(); 76 void printMatchMatrix();
77 77
78 void setMatchLikelihoods(int numberOfMatches); 78 void setMatchLikelihoods(int numberOfMatches);
79 79
80 void setStartPlayingTimes(); 80 void setStartPlayingTimes();
81 void setSpeedPrior(double speedPriorValue);
81 82
82 int width, height; 83 int width, height;
83 ///// 84 /////
84 string matchString; 85 string matchString;
85 void updatePlayPosition(); 86 void updatePlayPosition();
110 double recentNoteOnTime; 111 double recentNoteOnTime;
111 112
112 void exampleCrossUpdate(); 113 void exampleCrossUpdate();
113 BayesianArrayStructure bayesStruct; 114 BayesianArrayStructure bayesStruct;
114 115
116 double speedPriorValue;
117
115 string timeString; 118 string timeString;
116 double startTime; 119 double startTime;
117 120
118 }; 121 };
119 #endif 122 #endif