diff src/RecordedMultitrackAudio.h @ 50:93d21c20cfbc

Added Markers and the ability to switch to these points in the file when playing
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 14 Jun 2012 20:04:49 +0100
parents bc113cd60a2f
children
line wrap: on
line diff
--- a/src/RecordedMultitrackAudio.h	Tue May 22 22:53:44 2012 +0100
+++ b/src/RecordedMultitrackAudio.h	Thu Jun 14 20:04:49 2012 +0100
@@ -33,6 +33,8 @@
 	void loadTestAudio();
 	void updatePosition();
 	void updatePositionToMillis(const double& millis);
+	void updatePlaybackPositionToMillis(const double& millis);
+	
 	void drawTracks();
 	void switchScreens();
 	void togglePlay();