Mercurial > hg > qm-vamp-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
169:bce5c6b0fb44 | 170:1a13ddc08313 |
---|---|
27 m_bins(1), | 27 m_bins(1), |
28 m_cq(0), | 28 m_cq(0), |
29 m_step(0), | 29 m_step(0), |
30 m_block(0) | 30 m_block(0) |
31 { | 31 { |
32 m_minMIDIPitch = 24; | 32 m_minMIDIPitch = 36; |
33 m_maxMIDIPitch = 84; | 33 m_maxMIDIPitch = 84; |
34 m_tuningFrequency = 440; | 34 m_tuningFrequency = 440; |
35 m_normalized = false; | 35 m_normalized = false; |
36 m_bpo = 24; | 36 m_bpo = 12; |
37 | 37 |
38 setupConfig(); | 38 setupConfig(); |
39 } | 39 } |
40 | 40 |
41 void | 41 void |