Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.cpp @ 185:2ae4ceb76ac3
Fix some uninitialised values
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 14:00:30 +0100 |
parents | 2053a308bb4d |
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;