# HG changeset patch # User Chris Cannam # Date 1441619242 -3600 # Node ID 1a13ddc083137341c5839536eab1fce51399b12c # Parent bce5c6b0fb44c3bbfca9195771961a6ac3ed82b0 Revert to previous (i.e. 1.7) defaults for range & bin count -- in any case they had been updated in only one place and so were firing the "inconsistent default" error from the plugin tester diff -r bce5c6b0fb44 -r 1a13ddc08313 plugins/ConstantQSpectrogram.cpp --- a/plugins/ConstantQSpectrogram.cpp Tue Jul 21 07:37:56 2015 +0100 +++ b/plugins/ConstantQSpectrogram.cpp Mon Sep 07 10:47:22 2015 +0100 @@ -29,11 +29,11 @@ m_step(0), m_block(0) { - m_minMIDIPitch = 24; + m_minMIDIPitch = 36; m_maxMIDIPitch = 84; m_tuningFrequency = 440; m_normalized = false; - m_bpo = 24; + m_bpo = 12; setupConfig(); }