Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.cpp @ 410:c5e1b25d5177
Fix some uninitialised values
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 14:00:30 +0100 |
parents | 42d416af5030 |
children | fdaa63607c15 |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.cpp Tue Jul 21 07:34:15 2015 +0100 +++ b/dsp/onsets/DetectionFunction.cpp Mon Sep 07 14:00:30 2015 +0100 @@ -44,6 +44,7 @@ m_DFType = Config.DFType; m_stepSize = Config.stepSize; + m_dbRise = Config.dbRise; m_whiten = Config.adaptiveWhitening; m_whitenRelaxCoeff = Config.whiteningRelaxCoeff;