# HG changeset patch # User Chris Cannam # Date 1226326035 0 # Node ID 29afde113a5bc29846a0341db16be6243fed00ab # Parent a99c43f470a5be3497df6eac2c6d4f4e14dd10bc * Fix incorrect defaults (reported by Benoit Mathieu) diff -r a99c43f470a5 -r 29afde113a5b plugins/ConstantQSpectrogram.cpp --- 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;