Mercurial > hg > qm-vamp-plugins
changeset 76:29afde113a5b
* Fix incorrect defaults (reported by Benoit Mathieu)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 10 Nov 2008 14:07:15 +0000 |
parents | a99c43f470a5 |
children | f1286ed5d04c |
files | plugins/ConstantQSpectrogram.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/ConstantQSpectrogram.cpp Thu Jul 24 16:04:43 2008 +0000 +++ b/plugins/ConstantQSpectrogram.cpp Mon Nov 10 14:07:15 2008 +0000 @@ -24,8 +24,8 @@ m_step(0), m_block(0) { - m_minMIDIPitch = 12; - m_maxMIDIPitch = 96; + m_minMIDIPitch = 36; + m_maxMIDIPitch = 84; m_tuningFrequency = 440; m_normalized = false; m_bpo = 12;