diff SimpleCepstrum.h @ 6:ffed34f519db

Add total and peak-proportion outputs
author Chris Cannam
date Mon, 25 Jun 2012 13:39:46 +0100
parents 05c558f1a23b
children 47355877a58d
line wrap: on
line diff
--- a/SimpleCepstrum.h	Mon Jun 25 11:45:33 2012 +0100
+++ b/SimpleCepstrum.h	Mon Jun 25 13:39:46 2012 +0100
@@ -71,6 +71,8 @@
     mutable int m_amOutput;
     mutable int m_envOutput;
     mutable int m_esOutput;
+    mutable int m_ppOutput;
+    mutable int m_totOutput;
 
     int m_binFrom;
     int m_binTo;