Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.h @ 13:f2b5c4251bf3
...
author | cannam |
---|---|
date | Wed, 23 May 2007 15:22:10 +0000 |
parents | da277e8b5244 |
children | 68801ecbab6a |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.h Fri May 18 16:43:17 2007 +0000 +++ b/dsp/onsets/DetectionFunction.h Wed May 23 15:22:10 2007 +0000 @@ -55,6 +55,8 @@ int m_DFType; unsigned int m_dataLength; unsigned int m_halfLength; + double m_stepSecs; + unsigned int m_stepSize; double m_dbRise; double* m_magHistory;