diff src/EM.h @ 174:237d41a0f69d

Introduce shift sparsity
author Chris Cannam
date Wed, 21 May 2014 14:41:53 +0100
parents 7979fa40c9f7
children 59e3cca75b8d
line wrap: on
line diff
--- a/src/EM.h	Wed May 21 12:15:29 2014 +0100
+++ b/src/EM.h	Wed May 21 14:41:53 2014 +0100
@@ -91,6 +91,7 @@
     const int m_sourceCount;
     
     const float m_pitchSparsity;
+    const float m_shiftSparsity;
     const float m_sourceSparsity;
 
     const int m_lowestPitch;