diff hackday/testApp.h @ 26:179365726f07

live input, calculates score rating
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 04 Dec 2011 00:02:26 +0000
parents 2a025ea7c793
children fa1890efa044
line wrap: on
line diff
--- a/hackday/testApp.h	Sat Dec 03 21:09:13 2011 +0000
+++ b/hackday/testApp.h	Sun Dec 04 00:02:26 2011 +0000
@@ -88,7 +88,9 @@
 	void checkNewScoreNote();
 	void sendNoteToMuseScore();
 	void sendMeasureToMuseScore();
+	void sendBlackNotes();
 	void findMeasure();
+	
 	// midi addon
 	ofxMidiIn	midiIn;
 	// this is your listener function
@@ -102,6 +104,7 @@
 	int transpose;
 	int lastScoreIndexSent;
 	int lastMeasureSent;
+	double performanceRating;
 private:
 	ofxOscReceiver	receiver;
 	ofxOscSender	sender;