diff src/AudioEventMatcher.h @ 13:66783ace7506

Deleted redundant recentPrior in favour of priors per channel, scrolling on same window region
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 05 Feb 2012 00:17:28 +0000
parents 9a2b008c4706
children 0a52258accec
line wrap: on
line diff
--- a/src/AudioEventMatcher.h	Sun Feb 05 00:01:46 2012 +0000
+++ b/src/AudioEventMatcher.h	Sun Feb 05 00:17:28 2012 +0000
@@ -65,7 +65,7 @@
 	
 	DynamicVector likelihoodVisualisation[3];
 	DynamicVector recentPriors[3];
-	DynamicVector recentPrior;
+	//DynamicVector recentPrior;
 	DynamicVector projectedPrior;
 	
 	double currentAlignmentPosition;