diff TempogramPlugin.h @ 20:de7213b35755

* Removed warnings of comparisons with ints and size_t
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Fri, 15 Aug 2014 15:17:28 +0100
parents e90a4797e579
children 12b952286959
line wrap: on
line diff
--- a/TempogramPlugin.h	Fri Aug 15 12:34:07 2014 +0100
+++ b/TempogramPlugin.h	Fri Aug 15 15:17:28 2014 +0100
@@ -104,6 +104,7 @@
     string floatToString(float value) const;
     vector<unsigned int> calculateTempogramNearestNeighbourLogBins() const;
     int bpmToBin(const float &bpm) const;
+    void checkParameterValues();
 };