April's Ornaments

by April Lee

What's in a MIDI File?


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