diff src/Silvet.h @ 294:19fd6cb033c7

Add pitch activation matrix output
author Chris Cannam
date Wed, 15 Oct 2014 17:40:20 +0100
parents e5f897b2d5e8
children d6ab1b4918bd 07ee4ebea57c
line wrap: on
line diff
--- a/src/Silvet.h	Fri Aug 08 11:54:54 2014 +0100
+++ b/src/Silvet.h	Wed Oct 15 17:40:20 2014 +0100
@@ -92,9 +92,9 @@
 
     Grid preProcess(const Grid &);
 
-    void postProcess(const vector<double> &pitches,
-                     const vector<int> &bestShifts,
-                     bool wantShifts); // -> piano roll column
+    vector<double> postProcess(const vector<double> &pitches,
+                               const vector<int> &bestShifts,
+                               bool wantShifts); // -> piano roll column
 
     FeatureList noteTrack(int shiftCount);
 
@@ -118,6 +118,7 @@
 
     mutable int m_notesOutputNo;
     mutable int m_fcqOutputNo;
+    mutable int m_pitchOutputNo;
 };
 
 #endif