Logbook + Scratchpad

MIDI

A while ago I published a Python client for Alda, a project I've liked since I learned about it. Recently, though, I've had a desire to go “back to the basics” and deal with MIDI directly.

After a long time, I've picked Mido up again to write some MIDI files programmatically. I've even managed to make it run both on Windows and on MacOS, which required a little more setup. It was a good chance to review some aspects of the MIDI protocol itself, which I'm using for some experiments.

#Python #music #MIDI