changeset 23:a8c73e5d1f7e interactive

corrected the program parameter
author matthiasm
date Fri, 17 Jan 2014 12:20:44 +0000
parents 12cab92b7c26
children 493ac507143d
files PYIN.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PYIN.cpp	Fri Jan 17 12:10:33 2014 +0000
+++ b/PYIN.cpp	Fri Jan 17 12:20:44 2014 +0000
@@ -309,7 +309,7 @@
     {
         m_currentProgram = "donttellme";
         m_minLocalFreq = 0;
-        m_maxLocalFreq = 400;
+        m_maxLocalFreq = 500;
         m_leftBoundary = 1.9;
         m_rightBoundary = 2.9;
     }