Skip to content

This is just a simple project in which I tried to parse midi files. It was fun

License

Notifications You must be signed in to change notification settings

Davido264/terminal-midi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Midi Player

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

Usage

terminal-player <midi file> [--output]

To reproduce a midi file using console beeps

Install

go install github.com/Davido264/terminal-midi-player

Build from source

git clone https://github.com/Davido264/terminal-midi-player.git
go intall .

About

This is just a simple project in which I tried to parse midi files. It was fun

Resources

License

Stars

Watchers

Forks

Languages