diff src/testApp.cpp @ 11:df9c838d0b8f

fixed bug where the full midi file was sometimes not drawn (since minNoteIndexToPrint) was at the max and did not decrease properly in draw routine
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 25 Oct 2011 15:01:52 +0100
parents 75dcd1308658
children 3f103cf78148
line wrap: on
line diff
--- a/src/testApp.cpp	Mon Oct 17 22:22:55 2011 +0100
+++ b/src/testApp.cpp	Tue Oct 25 15:01:52 2011 +0100
@@ -137,6 +137,7 @@
 		if (getFilenameFromDialogBox(filePtr)){
 			printf("Midifile: Loaded name okay :\n'%s' \n", midiFileName.c_str());	
 			cannamMainFunction();
+			
 		}
 	
 	}