Mercurial > hg > qm-vamp-plugins
changeset 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 | bce5c6b0fb44 |
children | 1e1dcfdd7e90 |
files | plugins/ConstantQSpectrogram.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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(); }