diff 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
line wrap: on
line diff
--- a/TempogramPlugin.h	Fri Aug 15 15:17:28 2014 +0100
+++ b/TempogramPlugin.h	Mon Aug 18 15:22:44 2014 +0100
@@ -104,7 +104,8 @@
     string floatToString(float value) const;
     vector<unsigned int> calculateTempogramNearestNeighbourLogBins() const;
     int bpmToBin(const float &bpm) const;
-    void checkParameterValues();
+    float binToBPM (const int &bin) const;
+    bool handleParameterValues();
 };