diff src/AudioEventMatcher.h @ 55:2eca10a31ae2

improving printing of information, looking at how tempo is modelled
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 10 Dec 2012 17:07:21 +0000
parents 5274e3b5479d
children 4394c9490716
line wrap: on
line diff
--- a/src/AudioEventMatcher.h	Tue Aug 14 21:45:25 2012 +0100
+++ b/src/AudioEventMatcher.h	Mon Dec 10 17:07:21 2012 +0000
@@ -148,6 +148,8 @@
 	void drawPlayingTempo();
 	void setSpeedRatioDistribution(const double& speedRatio);
 	
+	void setNewLimits(const double& position);
+	
 	double euclideanMaximumDistance;
 	bool printingData;
 	
@@ -160,6 +162,7 @@
 	OutputDataWriter testDistributionOutput;
 	void writeAllDistributions();
 	void writeDistribution(DynamicVector& distribution, std::string filename);
+	void writeKickEvent(const int& startMatchingTime, const int& endMatchingTime, std::string filepath);
 	ofImage img;
 	
 	void checkTempo();