log src/CannamMidiFileLoader.cpp @ 52:13194a9dca77 tip

age author description
Tue, 15 Nov 2011 20:06:55 +0000 Andrew N Robertson Fixed the ordering of the note matrix when loaded so it has a double check feature that they are ordered min to max. Prevents draw problems down the line
Tue, 15 Nov 2011 19:35:05 +0000 Andrew N Robertson reorders the MIDI matrix once loaded from all channels, chop the beginning now less relevant - check how this might work...
Thu, 10 Nov 2011 17:29:45 +0000 Andrew N Robertson Checking to allow offline version
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
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.