diff TempogramPlugin.h @ 28:723af5b3303a

* Fixed tempogram via ACT bin names etc
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Thu, 21 Aug 2014 11:07:20 +0100
parents fe23998968b4
children 1ad47a9afc2e
line wrap: on
line diff
--- a/TempogramPlugin.h	Wed Aug 20 16:48:54 2014 +0100
+++ b/TempogramPlugin.h	Thu Aug 21 11:07:20 2014 +0100
@@ -98,6 +98,8 @@
     float m_tempogramMaxBPM; // tempogram output bin range max
     unsigned int m_tempogramMinBin;
     unsigned int m_tempogramMaxBin;
+    unsigned int m_tempogramMinLag;
+    unsigned int m_tempogramMaxLag;
     
     //Cyclic tempogram parameters
     float m_cyclicTempogramMinBPM;