diff annotationCalculatorSrc/testApp.h @ 48:5359e2c0b0fb

Added data from six tracks. Absolute histogram
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 09 May 2012 21:55:16 +0100
parents 689704aa55d5
children 8df911733fdc
line wrap: on
line diff
--- a/annotationCalculatorSrc/testApp.h	Wed May 09 12:38:00 2012 +0100
+++ b/annotationCalculatorSrc/testApp.h	Wed May 09 21:55:16 2012 +0100
@@ -30,6 +30,8 @@
 	
 	BeatAnnotationReader beatReader;
 	
+	void processFile(int file);
+	
 	void setFilePaths(int fileToLoad);
 	void readInFiles();
 	void processResults();
@@ -50,6 +52,10 @@
 	Histogram matchBackwardsHistogram;
 	Histogram matchForwardHistogram;
 	
+	Histogram multiAbsTotalHistogram;
+	Histogram matchBackwardsAbsTotalHistogram;
+	Histogram matchForwardAbsTotalHistogram;
+	
 	int screenToDraw;
 	int histogramWidth, histogramBinNumber;