hello !
i would like to interpret into vvvv a midi file…
I would need to extract note on, off, tempo, velocity, pitch…
here’s an example from a simple file:
4D 54 68 64 00 00 00 06 00 01 00 01 03 C0 4D 54 72 6B 00 00 00 18 00 FF 03 00 00 18 3C 7F 00 FF 51 03 1C 21 00 CB 00 81 3C 7F 00 FF 2F 00
here’s what I got…
Guess I need to translate hex into string ?
would you have any simple method do this ? thanks in advance !