diff src/btrack_plus/OnsetDetectionFunction.h @ 8:184a7c232049 tip

changed files since updating computer
author Venetian
date Thu, 14 Aug 2014 17:53:57 +0100
parents 93b9a9471011
children
line wrap: on
line diff
--- a/src/btrack_plus/OnsetDetectionFunction.h	Thu Aug 14 16:27:52 2014 +0100
+++ b/src/btrack_plus/OnsetDetectionFunction.h	Thu Aug 14 17:53:57 2014 +0100
@@ -22,7 +22,8 @@
 	OnsetDetectionFunction(int arg_hsize,int arg_fsize,int arg_df_type,int arg_win_type);	// Constructor (with arguments)
 	~OnsetDetectionFunction();																// Destructor
 	void initialise(int arg_hsize,int arg_fsize,int arg_df_type,int arg_win_type);			// Initialisation Function
-	
+
+	double getDFsample(float inputbuffer[]);
 	double getDFsample(double inputbuffer[]);												// process input buffer and calculate detection function sample
 	void set_df_type(int arg_df_type);														// set the detection function type