Mercurial > hg > vamp-tempogram
comparison TempogramPlugin.h @ 21:12b952286959
* Debugging 1Hz freeze using vamp-plugin-tester
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Mon, 18 Aug 2014 15:22:44 +0100 |
parents | de7213b35755 |
children | 99380ba63be6 |
comparison
equal
deleted
inserted
replaced
20:de7213b35755 | 21:12b952286959 |
---|---|
102 int m_cyclicTempogramOctaveDivider; | 102 int m_cyclicTempogramOctaveDivider; |
103 | 103 |
104 string floatToString(float value) const; | 104 string floatToString(float value) const; |
105 vector<unsigned int> calculateTempogramNearestNeighbourLogBins() const; | 105 vector<unsigned int> calculateTempogramNearestNeighbourLogBins() const; |
106 int bpmToBin(const float &bpm) const; | 106 int bpmToBin(const float &bpm) const; |
107 void checkParameterValues(); | 107 float binToBPM (const int &bin) const; |
108 bool handleParameterValues(); | |
108 }; | 109 }; |
109 | 110 |
110 | 111 |
111 #endif | 112 #endif |