Library for playing MIDI files from the Arduino

im having an issue with the library
any input midi file i introduce will play at double speed.
and the time segment value is set to 2/0
when i enable dump in the header i get

the code is vannila loop example.

[MidiFile Looper]
File Name: 
File format: 0
Tracks: 0
Time division: 48
Tempo: 120
Microsec/tick: 10416
Time Signature: 4/4
getTempo(): 1

-- [1] TRK 0
dT: 0 + 1 [META] Type: 0x58 Len: 4 SET TIME SIGNATURE to 2/0
-- TRK 1
dT: 0 + 1 [MID1] Ch: 0 Data: C0 7
-- TRK 
-- [1] TRK 0
dT: 0 + 2 [META] Type: 0x51 Len: 3 SET TEMPO to 405 us/tick or 77 beats/min
-- TRK 1
-- [14] TRK 0
dT: 0 + 16 [META] Type: 0x2F Len: 0 END OF TRACK - OUT OF TRACK
-- TRK 1

im posting here in hopes the orgial thread owner will see.