diff SimpleCepstrum.h @ 23:1ae8041ae31b

Merge from branch "track"
author Chris Cannam
date Thu, 05 Jul 2012 08:29:20 +0100
parents 7786d595d2f2
children 0a3c1ecff644
line wrap: on
line diff
--- a/SimpleCepstrum.h	Mon Jun 25 14:32:05 2012 +0100
+++ b/SimpleCepstrum.h	Thu Jul 05 08:29:20 2012 +0100
@@ -69,6 +69,7 @@
     float m_fmin;
     float m_fmax;
     int m_histlen;
+    int m_vflen;
     bool m_clamp;
 
     enum Method {
@@ -91,6 +92,7 @@
     mutable int m_esOutput;
     mutable int m_ppOutput;
     mutable int m_totOutput;
+    mutable int m_pkoOutput;
 
     int m_binFrom;
     int m_binTo;