diff PYIN.h @ 107:314c2d56625d notes_refinement

made onset sensitivity a parameter
author matthiasm
date Thu, 08 Jan 2015 18:52:54 +0000
parents 228aae2253c3
children ae827f6c46c8
line wrap: on
line diff
--- a/PYIN.h	Wed Jan 07 17:05:07 2015 +0000
+++ b/PYIN.h	Thu Jan 08 18:52:54 2015 +0000
@@ -72,6 +72,7 @@
 
     float m_threshDistr;
     float m_outputUnvoiced;
+    float m_onsetSensitivity;
     vector<vector<pair<double, double> > > m_pitchProb;
     vector<Vamp::RealTime> m_timestamp;
     vector<float> m_level;