grimmdude / MidiPlayerJS

♬ MIDI parser & player engine for browser or Node. As a parser converts MIDI events into JSON. Works well with single or multitrack MIDI files.
https://grimmdude.com/MidiPlayerJS/
MIT License
357 stars 52 forks source link

Problem with load and parse data #37

Closed laven2 closed 4 years ago

laven2 commented 5 years ago

When i load midi file with loadArrayBuffer i have 530 events of 'Controller change' (sustain) but when i load my file with https://github.com/Tonejs/MidiConvert i have 700 events of 'Controller change' and 530 events it's wrong logic, 700 is true, what could it be?

grimmdude commented 5 years ago

Hi @laven2,

Thanks for your message. Could you provide the MIDI file in question please?

-Garrett

grimmdude commented 4 years ago

Hi @laven2,

Implemented sysex events in 2.0.9 which I think should fix this for you.

-Garrett