# HG changeset patch # User matthiasm # Date 1389961244 0 # Node ID a8c73e5d1f7e81cbd266a3f8be43b9911635f28e # Parent 12cab92b7c26db2e3c3b27955863107e632df152 corrected the program parameter diff -r 12cab92b7c26 -r a8c73e5d1f7e PYIN.cpp --- 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; }