diff plugins/ConstantQSpectrogram.cpp @ 170:1a13ddc08313

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
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 07 Sep 2015 10:47:22 +0100
parents 6462f0981922
children 28850f3cf65b
line wrap: on
line diff
--- 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();
 }