diff src/BayesianArrayStructure.h @ 18:c7107e5c8f03

added in a mode to use either integrated estimate or MAP estimate in tempo process. Decreased nooise param from 0.02 to 0.03 so observations given more weight
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 18 Nov 2011 11:56:32 +0000
parents 3f103cf78148
children 9860abc92a30
line wrap: on
line diff
--- a/src/BayesianArrayStructure.h	Tue Nov 15 20:06:55 2011 +0000
+++ b/src/BayesianArrayStructure.h	Fri Nov 18 11:56:32 2011 +0000
@@ -92,6 +92,7 @@
 	double speedPriorValue;
 	int priorWidth;
 	bool* realTimeMode;
+	bool usingIntegratedTempoEstimate;
 	
 };
 #endif