log src/midiEventHolder.cpp @ 12:5897a5626f1f

age author description
Wed, 26 Oct 2011 14:25:46 +0100 Andrew N Robertson gave prior to tempo so it prefers original speed
Tue, 25 Oct 2011 15:01:52 +0100 Andrew N Robertson fixed bug where the full midi file was sometimes not drawn (since minNoteIndexToPrint) was at the max and did not decrease properly in draw routine
Mon, 17 Oct 2011 22:22:55 +0100 Andrew N Robertson added in the best estimate of error between the observed midi note and the aligned midi track.
Tue, 23 Aug 2011 11:20:44 +0100 Andrew N Robertson looked at tempo process, likelihood function changed and improved. Now drawing using constrained vector function. Good working version.
Fri, 19 Aug 2011 19:42:01 +0100 Andrew N Robertson added confidence measure to each played event and associated match, but not really working yet
Fri, 19 Aug 2011 16:38:30 +0100 Andrew N Robertson added purple where notes have been seen - lets you see what updates have been used. Also the chopping of midi files to the beginning was introduced recently, so when they load, you chop any white space at the beginning, then use first note to launch.
Fri, 19 Aug 2011 15:53:04 +0100 Andrew N Robertson optimised draw function in dynamic vector class. Added Gaussian lookup but not yet used.
Fri, 19 Aug 2011 02:36:34 +0100 Andrew N Robertson added speed prior setting. needs some cleaning
Fri, 19 Aug 2011 01:26:40 +0100 Andrew N Robertson Added separate CannamMidiFileLoader class to handle the loading in.
Thu, 18 Aug 2011 23:27:42 +0100 Andrew N Robertson Changed bestEstimate timing to work via time sent from Max not the elapsed time. This had caused some problems, but this version now working surprisingly well on MIDI files with variable timing.
Tue, 16 Aug 2011 11:29:59 +0100 Andrew N Robertson start project