diff src/midiEventHolder.h @ 5:195907bb8bb7

added purple where notes have been seen - lets you see what updates have been used. Also the chopping of midi files to the beginning was introduced recently, so when they load, you chop any white space at the beginning, then use first note to launch.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 19 Aug 2011 16:38:30 +0100
parents de86d77f2612
children 6f5836d432ca
line wrap: on
line diff
--- a/src/midiEventHolder.h	Fri Aug 19 15:53:04 2011 +0100
+++ b/src/midiEventHolder.h	Fri Aug 19 16:38:30 2011 +0100
@@ -89,6 +89,7 @@
 	
 	void drawFile();
 	void reset();
+	void setMatchedNotesBackToFalse();
 	
 	int ticksPerScreen;
 	int tickLocation;
@@ -114,7 +115,7 @@
 	BayesianArrayStructure bayesStruct;
 
 	double speedPriorValue;
-	
+	int bestMatchIndex;
 	string timeString;
 	double startTime;