go-midi icon indicating copy to clipboard operation
go-midi copied to clipboard

A Midi file parser library written in Go

Results 3 go-midi issues
Sort by recently updated
recently updated
newest added

Hi! I'm new to Go and I'm currently going on a project related to MIDI file reading and playing. You mentioned in README.md that there're some examples about how to...

Hi Joe, I am writing to you, since you worked on MIDI and I wrote a rather complete library in the last weeks where some inspiration and code came from...

midi event may be ignored in the file.need to be processed,just in switch mType { ... ... default: { //this place to deal with } }