Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.h @ 55:7fe29d8a7eaf
* Various fixes related to the bar estimator code
author | cannam |
---|---|
date | Tue, 10 Feb 2009 16:37:11 +0000 |
parents | 5bec06ecc88a |
children | e5907ae6de17 |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.h Tue Feb 10 12:52:43 2009 +0000 +++ b/dsp/onsets/DetectionFunction.h Tue Feb 10 16:37:11 2009 +0000 @@ -38,8 +38,8 @@ double* getSpectrumMagnitude(); DetectionFunction( DFConfig Config ); virtual ~DetectionFunction(); - double process( double* TDomain ); - double process( double* magnitudes, double* phases ); + double process( const double* TDomain ); + double process( const double* magnitudes, const double* phases ); private: void whiten();