Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.h @ 238:e8e5f9130b49
...
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 23 May 2007 15:22:10 +0000 |
parents | 343915d55ec5 |
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;