log data/fileio/MIDIFileReader.cpp @ 1886:f803d3c33f76 tip

age author description
Wed, 08 Jan 2020 15:26:28 +0000 Chris Cannam Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)
Wed, 13 Mar 2019 16:00:13 +0000 Chris Cannam Further API updates single-point
Wed, 13 Mar 2019 14:50:10 +0000 Chris Cannam Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models single-point
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Fri, 29 Jun 2018 13:44:53 +0100 Chris Cannam Support progress reporter for data file loads import-audio-data
Tue, 15 May 2018 11:03:49 +0100 Chris Cannam Fix some compiler warnings
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Tue, 10 Jan 2017 16:56:48 +0000 Chris Cannam Fix compiler warning, remove some debug out 3.0-integration
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Fri, 13 Feb 2015 13:30:28 +0000 Chris Cannam Use filename as object name when reading data file to model (so it shows in the resulting layer name)
Wed, 03 Sep 2014 10:56:59 +0100 Chris Cannam Backed out changeset 6b5e1edd95fc. I had misunderstood, the container is a vector, not a map, so the fix doesn't work and the original code (although definitely flawed) actually does
Wed, 03 Sep 2014 10:49:38 +0100 Chris Cannam Fix to iterator invalidation (from coverity scan)
Wed, 03 Sep 2014 10:40:37 +0100 Chris Cannam As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.
Tue, 17 Jun 2014 14:33:42 +0100 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t