diff sv/filter/MultiRealTimeFilter.h @ 232:70b88fbbfb5c

integrate simple equalizer filter
author lbajardsilogic
date Thu, 06 Mar 2008 14:56:40 +0000
parents 7d5d51145b81
children
line wrap: on
line diff
--- a/sv/filter/MultiRealTimeFilter.h	Thu Mar 06 14:50:00 2008 +0000
+++ b/sv/filter/MultiRealTimeFilter.h	Thu Mar 06 14:56:40 2008 +0000
@@ -109,11 +109,11 @@
 	*/
 
 	// DAN Added - Following variables for EQ tool
-	int gainband1;
+	/*int gainband1;
 	int gainband2;
 	int gainband3;
 	int gainband4;
-	int gainband5;
+	int gainband5;*/
 
 	/*float *band1;
 	float *band2;
@@ -122,14 +122,16 @@
 	float *band5;*/
 
 	// DAN Added - Following variables for graphical plots in EQ tool
-	float *bandcurve;
-	float *plotbandcurve;
+	//float *bandcurve;
+	//float *plotbandcurve;
 	//float *eqcurve;
-	float *plotFFTarray; 
+	//float *plotFFTarray; 
 
 	TimeStretchFilter * m_timeStretchFilter;
 	EqualizerFilter *	m_equalizerFilter;
 
+	QMutex *m_mutex;
+
 };
 
 #endif
\ No newline at end of file