diff src/AudioEventMatcher.h @ 15:780def3a1f36

Changed to have any definition - re midi matcher bug fix - and bringing in start and stop functions
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 05 Feb 2012 22:08:50 +0000
parents 0a52258accec
children 680ba08e9925
line wrap: on
line diff
--- a/src/AudioEventMatcher.h	Sun Feb 05 09:58:56 2012 +0000
+++ b/src/AudioEventMatcher.h	Sun Feb 05 22:08:50 2012 +0000
@@ -59,6 +59,8 @@
 	double getPitchDistance(const double& pitchOne, const double& pitchTwo, const double& scale);
 	
 	void startPlaying();
+	void stopPlaying();
+	bool startedPlaying;
 	
 	bool usingRealTime;
 	double recentPitch, recentTime;
@@ -81,5 +83,7 @@
 	
 	//params
 	double onsetLikelihoodWidth;
+	double onsetLikelihoodToNoise;
+	double pitchLikelihoodToNoise;//more noise
 };
 #endif