Mercurial > hg > vamp-tempogram
comparison TempogramPlugin.h @ 29:1ad47a9afc2e
* Changed variable names
* Took calculations out of setParameter() function and placed into initialise()
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Tue, 02 Sep 2014 11:40:48 +0100 |
parents | 723af5b3303a |
children | 4cf2d163127b |
comparison
equal
deleted
inserted
replaced
28:723af5b3303a | 29:1ad47a9afc2e |
---|---|
82 size_t m_inputStepSize; | 82 size_t m_inputStepSize; |
83 Spectrogram m_spectrogram; //spectrogram data | 83 Spectrogram m_spectrogram; //spectrogram data |
84 | 84 |
85 //Novelty Curve specific parameters | 85 //Novelty Curve specific parameters |
86 float m_noveltyCurveMinDB; | 86 float m_noveltyCurveMinDB; |
87 float m_noveltyCurveMinV; | |
87 float m_noveltyCurveCompressionConstant; | 88 float m_noveltyCurveCompressionConstant; |
88 | 89 |
89 //Tempogram specific parameters | 90 //Tempogram specific parameters |
90 float m_tempogramLog2WindowLength; | 91 float m_tempogramLog2WindowLength; |
91 size_t m_tempogramWindowLength; | 92 size_t m_tempogramWindowLength; |