Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 277 Bytes

midi

Dead simple MIDI package for Go. Currently only supports Linux and Mac.

Install

go get github.com/scgolang/midi

If you're on Linux, you'll have to install the ALSA development files.

The package is probably named either libasound2-dev or alsa-devel.