diff src/EM.h @ 42:c0c4a945577a

Sparsity parameters
author Chris Cannam
date Sat, 05 Apr 2014 18:10:33 +0100
parents 5164bccf3064
children e92376d450b0 9e2d1f6cd43a
line wrap: on
line diff
--- a/src/EM.h	Sat Apr 05 17:57:50 2014 +0100
+++ b/src/EM.h	Sat Apr 05 18:10:33 2014 +0100
@@ -50,6 +50,9 @@
     int m_notes;
     int m_bins;
     int m_instruments;
+    
+    double m_pitchSparsity;
+    double m_sourceSparsity;
 
     int m_lowest;
     int m_highest;