cog/Plugins/MIDI
Christopher Snowhill a847cbde3b [MIDI Input] No longer crash when seeking to the end
When seeking to the end of a file, no longer crash due to out
of range std::vector access, because it was using at() with an
offset of the array size. Instead, offset from the begin()
iterator return value, which allows offsetting to end().

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-02 03:19:24 -07:00
..
MIDI [MIDI Input] No longer crash when seeking to the end 2022-07-02 03:19:24 -07:00
MIDI.xcodeproj Automatically unpack libraries before building 2022-06-26 20:12:06 -07:00