diff src/midiEventHolder.h @ 10:2ab6f4670cf5

added in the best estimate of error between the observed midi note and the aligned midi track.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 17 Oct 2011 22:22:55 +0100
parents 75dcd1308658
children 3f103cf78148
line wrap: on
line diff
--- a/src/midiEventHolder.h	Tue Aug 23 11:20:44 2011 +0100
+++ b/src/midiEventHolder.h	Mon Oct 17 22:22:55 2011 +0100
@@ -123,5 +123,6 @@
 	
 	bool confidenceWeightingUsed;
 	
+	double minimumMatchError;//recent best error between observed note and aligned midi file
 };
 #endif
\ No newline at end of file