A simple command line app written in Go that reads a midi file and reproduces it using console beeps. Don't ask why this is necesary. It was just a fun project to do.
This project was made mainly for playing with bits, and it implements a midi reader from scratch, so it is not perfect
terminal-player <midi file> [--output]
To reproduce a midi file using console beeps
go install github.com/Davido264/terminal-midi-player
git clone https://github.com/Davido264/terminal-midi-player.git
go intall .