diff src/AudioEventMatcher.h @ 10:cbadb9d05d29

Using timestamps for the scrolling alignment time
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sat, 04 Feb 2012 19:59:27 +0000
parents bc62266af280
children 9a2b008c4706
line wrap: on
line diff
--- a/src/AudioEventMatcher.h	Fri Feb 03 17:53:14 2012 +0000
+++ b/src/AudioEventMatcher.h	Sat Feb 04 19:59:27 2012 +0000
@@ -65,12 +65,13 @@
 	
 	DynamicVector likelihoodVisualisation[3];
 	DynamicVector recentPrior;
+	DynamicVector projectedPrior;
 	
 	double currentAlignmentPosition;
 	double lastAlignmentTime;
 	
 	double recentEventTime[3];
-	double startTime;
+	int startTime;
 	
 	double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis;
 	bool followingLiveInput;