Mercurial > hg > qm-dsp
diff dsp/chromagram/Chromagram.cpp @ 465:50a97c8d52ed
Apply fix from daschuer/mixxx:957aed58 : Use double precision for FS
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 29 May 2019 13:55:26 +0100 |
parents | 7e8d1f26b098 |
children | 46375e6d1b54 |
line wrap: on
line diff
--- a/dsp/chromagram/Chromagram.cpp Wed May 29 13:55:07 2019 +0100 +++ b/dsp/chromagram/Chromagram.cpp Wed May 29 13:55:26 2019 +0100 @@ -44,7 +44,7 @@ // Populate CQ config structure with parameters // inherited from the Chroma config - ConstantQConfig.FS = Config.FS; + ConstantQConfig.FS = Config.FS; ConstantQConfig.min = m_FMin; ConstantQConfig.max = m_FMax; ConstantQConfig.BPO = m_BPO;