Open jilangyangbo opened 1 year ago
Hi, Recently I have been working on a MIDI project I also found a bug where the first note doesn't play, so I made a change to this library that you can try github url : https://github.com/AAlittleWhite/lz-midi npm package: lz-midi
Hi, thanks for this library, it seems very useful :) But,when I use MIDI.Player platy midi file or base64,it dosen't play the first chord.
MIDI.Player.loadFile(file, ()=>{ MIDI.Player.start() })
I don't know if I used it incorrectly.