diff src/midiEventHolder.h @ 14:3f103cf78148

Checking to allow offline version
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 10 Nov 2011 17:29:45 +0000
parents 2ab6f4670cf5
children f0abb0e414ec
line wrap: on
line diff
--- a/src/midiEventHolder.h	Thu Oct 27 21:30:42 2011 +0100
+++ b/src/midiEventHolder.h	Thu Nov 10 17:29:45 2011 +0000
@@ -58,6 +58,9 @@
 	int getLocationFromTicks(double tickPosition);
 	int getLocationFromMillis(double millisPosition);
 	
+	double getTimeNow(double eventTime);
+	bool runningInRealTime;
+	
 	double windowStartTime;
 	
 	//functions for finding match to incoming note
@@ -124,5 +127,6 @@
 	bool confidenceWeightingUsed;
 	
 	double minimumMatchError;//recent best error between observed note and aligned midi file
+	
 };
 #endif
\ No newline at end of file