diff Tempogram.h @ 1:3fd1a41b089b

* Now displaying some output. Needs testing to see if bugs are present.
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Wed, 09 Jul 2014 10:26:51 +0100
parents 31d2a7e07786
children 5125d34fda67
line wrap: on
line diff
--- a/Tempogram.h	Mon Jul 07 10:08:14 2014 +0100
+++ b/Tempogram.h	Wed Jul 09 10:26:51 2014 +0100
@@ -55,6 +55,7 @@
 protected:
     // plugin-specific data and methods go here
     size_t m_blockSize;
+    size_t m_stepSize;
     float compressionConstant;
     float *previousY;
     float *currentY;