diff src/midiEventHolder.h @ 6:6f5836d432ca

added confidence measure to each played event and associated match, but not really working yet
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 19 Aug 2011 19:42:01 +0100
parents 195907bb8bb7
children 75dcd1308658
line wrap: on
line diff
--- a/src/midiEventHolder.h	Fri Aug 19 16:38:30 2011 +0100
+++ b/src/midiEventHolder.h	Fri Aug 19 19:42:01 2011 +0100
@@ -68,7 +68,7 @@
 	
 	
 	void findLocalTempoPairs();
-	
+	void findLocalTempoPairsWeightedForConfidence();
 	
 	double likelihoodWidth;
 	double likelihoodToNoiseRatio;
@@ -118,6 +118,9 @@
 	int bestMatchIndex;
 	string timeString;
 	double startTime;
+	int speedWindowWidthMillis;
+	
+	bool confidenceWeightingUsed;
 	
 };
 #endif
\ No newline at end of file