Closed elmcapp closed 2 years ago
Looks like this is the raw midi data. Is there any way to convert it to friendly humans readable midi data
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:
Looks like this is the raw midi data. Is there any way to convert it to friendly humans readable midi data