chris-zen / coremidi

CoreMIDI library for Rust
https://chris-zen.github.io/coremidi/coremidi/
MIT License
75 stars 20 forks source link

Is Human Readable midi data support #37

Closed elmcapp closed 2 years ago

elmcapp commented 2 years ago

Looks like this is the raw midi data. Is there any way to convert it to friendly humans readable midi data

chris-zen commented 2 years ago

Hi @elmcapp, this library is a wrapper around CoreMIDI, which doesn't provide a higher level view of the MIDI messages, but only raw bytes/words. If you need something more high level, you can use some of these libraries on top of this one: