What's in a MIDI File?
2020-10-20
MIDI files represent music performance data. Let's explore the MIDI file spec by examining the binary content of a simple MIDI file, using a hex editor. Then we'll write a MIDI file from scratch using the Rust programming language.
Read