diff hackday/testApp.cpp @ 29:69083ce48b83

alternative tempo strategy when matching.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 05 Dec 2011 21:47:19 +0000
parents 49a5b023df1e
children be2e779d76b5
line wrap: on
line diff
--- a/hackday/testApp.cpp	Mon Dec 05 07:00:47 2011 +0000
+++ b/hackday/testApp.cpp	Mon Dec 05 21:47:19 2011 +0000
@@ -30,7 +30,7 @@
 	midiPortName = "";
 	//midiPortName = midiIn.portNames(midiPort);
 	
-	transpose = 12;
+	transpose = 0;
 	noteInStream.transposeVal = &transpose;
 	
 	noteInStream.startTime = &midiEvents.startTime;//point start time of note in stream to the same time in MIDI events