Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.h @ 280:9c403afdd9e9
* Various fixes related to the bar estimator code
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 10 Feb 2009 16:37:11 +0000 |
parents | c8908cdc8c32 |
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();