log PYIN.cpp @ 108:ae827f6c46c8 notes_refinement

age author description
Mon, 26 Jan 2015 15:07:05 +0000 matthiasm introduced a variable for minimum note length notes_refinement
Thu, 08 Jan 2015 18:52:54 +0000 matthiasm made onset sensitivity a parameter
Wed, 07 Jan 2015 17:05:07 +0000 matthiasm some cleaning up
Wed, 07 Jan 2015 16:30:16 +0000 matthiasm note separation based on RMS
Wed, 07 Jan 2015 15:22:03 +0000 matthiasm removed fourth "inter-note" state because it wasn't used anyway
Wed, 07 Jan 2015 14:36:30 +0000 matthiasm some parameter changes for note and also pitch track (this may not be wise, since I made some different changes for the tony branch.. will have to merge at some point)
Thu, 23 Jan 2014 18:58:50 +0000 matthiasm new plugin -- working towards local candidate PYIN tony
Tue, 21 Jan 2014 21:50:14 +0000 matthiasm removed debug output
Tue, 21 Jan 2014 21:41:00 +0000 matthiasm removing last (?) remnants of that weird little dummy state that created unexpected zeros in Viterbi
Tue, 21 Jan 2014 18:34:15 +0000 matthiasm bug fix: replaced abs with fabs to get a floating point number!
Tue, 21 Jan 2014 18:32:36 +0000 matthiasm removed the useless initial state for the pitch tracker
Fri, 17 Jan 2014 12:20:44 +0000 matthiasm corrected the program parameter interactive
Fri, 17 Jan 2014 12:09:28 +0000 matthiasm in a hacky way, very basic constraining of frequencies for a certain time period seems to work now interactive
Fri, 06 Dec 2013 10:49:00 +0000 Chris Cannam README, copyrights
Fri, 29 Nov 2013 11:38:28 +0000 matthiasm now resolved, I think
Fri, 29 Nov 2013 11:36:24 +0000 matthiasm resolved
Fri, 29 Nov 2013 11:34:58 +0000 matthiasm re-wrote note segmentation (post processing)
Wed, 27 Nov 2013 17:22:39 +0000 matthiasm improved note tracking
Thu, 28 Nov 2013 13:08:57 +0000 Chris Cannam Ensure that parameters are initialised with their default values; avoid crashing on empty input (both flagged by vamp-plugin-tester)
Wed, 27 Nov 2013 15:31:47 +0000 matthiasm notes work again, now based on the hard PYIN estimate
Wed, 27 Nov 2013 11:59:49 +0000 matthiasm added PYIN sources, should be compileable