diff PYIN.h @ 108:ae827f6c46c8 notes_refinement

introduced a variable for minimum note length
author matthiasm
date Mon, 26 Jan 2015 15:07:05 +0000
parents 314c2d56625d
children
line wrap: on
line diff
--- a/PYIN.h	Thu Jan 08 18:52:54 2015 +0000
+++ b/PYIN.h	Mon Jan 26 15:07:05 2015 +0000
@@ -73,6 +73,7 @@
     float m_threshDistr;
     float m_outputUnvoiced;
     float m_onsetSensitivity;
+    float m_pruneThresh;
     vector<vector<pair<double, double> > > m_pitchProb;
     vector<Vamp::RealTime> m_timestamp;
     vector<float> m_level;