diff src/testApp.cpp @ 45:d23685b9e766

Fixed the alignment error caluculations and added histogram plotting
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 08 May 2012 21:53:11 +0100
parents 6a7982661703
children 93d21c20cfbc
line wrap: on
line diff
--- a/src/testApp.cpp	Fri May 04 16:00:33 2012 +0100
+++ b/src/testApp.cpp	Tue May 08 21:53:11 2012 +0100
@@ -103,8 +103,8 @@
 		if ( m.getAddress() == "/start" ){
 			printf("start!\n");
 			printf("STRART TIME IN %i\n", ofGetElapsedTimeMillis());
+			outputWriter.openFile();
 			eventMatcher.startPlaying();
-			outputWriter.openFile();
 			printf("TIME OUT %i\n", ofGetElapsedTimeMillis());
 		}