From 7d600e19114c14fecc4e3eba782ee13f0e53454a Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Tue, 15 Oct 2013 11:30:18 -0700 Subject: [PATCH] Fixed files ending when seeking --- Plugins/MIDI/MIDI/MIDIDecoder.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/MIDI/MIDI/MIDIDecoder.mm b/Plugins/MIDI/MIDI/MIDIDecoder.mm index 6f228dc54..2da2beb87 100755 --- a/Plugins/MIDI/MIDI/MIDIDecoder.mm +++ b/Plugins/MIDI/MIDI/MIDIDecoder.mm @@ -145,6 +145,8 @@ { player->Seek( frame ); + framesRead = frame; + return frame; }