diff src/RecordedMultitrackAudio.h @ 9:bc62266af280

Position scrolls with live input by updating the play position of onset detection to where the current best match is
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 03 Feb 2012 17:53:14 +0000
parents 33dedfe32893
children bc113cd60a2f
line wrap: on
line diff
--- a/src/RecordedMultitrackAudio.h	Fri Feb 03 13:28:59 2012 +0000
+++ b/src/RecordedMultitrackAudio.h	Fri Feb 03 17:53:14 2012 +0000
@@ -32,6 +32,7 @@
 	
 	void loadTestAudio();
 	void updatePosition();
+	void updatePositionToMillis(const double& millis);
 	void drawTracks();
 	void switchScreens();
 	void togglePlay();