diff bayesianArraySrc/BayesianArrayStructure.h @ 7:33dedfe32893

kick, snare and bass windowed. Likelihoods in dedicated screen regions
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 02 Feb 2012 21:55:51 +0000
parents 746a5af43c02
children 9a2b008c4706
line wrap: on
line diff
--- a/bayesianArraySrc/BayesianArrayStructure.h	Thu Feb 02 17:52:08 2012 +0000
+++ b/bayesianArraySrc/BayesianArrayStructure.h	Thu Feb 02 21:55:51 2012 +0000
@@ -99,6 +99,7 @@
 	double relativeSpeedLikelihoodStdDev;
 	
 	void printPostOffset();
+	bool updatingSpeedDistribution;//false for testing
 
 };
 #endif