diff dsp/onsets/DetectionFunction.cpp @ 54:5bec06ecc88a

* First cut at Matthew's downbeat estimator -- untested so far
author cannam
date Tue, 10 Feb 2009 12:52:43 +0000
parents 38bf09927942
children 7fe29d8a7eaf
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.cpp	Mon Feb 09 16:05:32 2009 +0000
+++ b/dsp/onsets/DetectionFunction.cpp	Tue Feb 10 12:52:43 2009 +0000
@@ -38,7 +38,6 @@
     m_halfLength = m_dataLength/2;
 
     m_DFType = Config.DFType;
-    m_stepSecs = Config.stepSecs;
     m_stepSize = Config.stepSize;
 
     m_whiten = Config.adaptiveWhitening;