diff hackday/testApp.h @ 30:be2e779d76b5

internote calculation added but not running. Better way of waiting for first note to happen before starting.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 07 Dec 2011 13:04:59 +0000
parents fa1890efa044
children
line wrap: on
line diff
--- a/hackday/testApp.h	Mon Dec 05 21:47:19 2011 +0000
+++ b/hackday/testApp.h	Wed Dec 07 13:04:59 2011 +0000
@@ -119,7 +119,10 @@
 	ofTrueTypeFont verdana30;
 	int midiPort;
 	std::string midiPortName;
+	void loadRecordedMidiFile();
 	
+	bool readyToStart;
+	void prepareToStartOnNextNote();
 };
 
 #endif