log data/fileio/MIDIFileReader.h @ 1675:6804af71b7be osc-script

age author description
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-06-29 Chris Cannam Support progress reporter for data file loads import-audio-data
2018-03-01 Chris Cannam Untabify
2017-01-10 Chris Cannam Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test 3.0-integration
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2009-09-29 Chris Cannam * Support SMPTE timecode in MIDI files (fixes #2739160) sv-v1.7
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2007-10-04 Chris Cannam * Add MIDI file export (closes FR#1643721)
2007-03-07 Chris Cannam * Add display of selection extents in status bar when dragging a selection
2007-03-07 Chris Cannam * More useful status bar text -- show the current play time and the extents of
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.