Request: stdlib MIDI support

Hi,

Go has a strange standard library. There’s animated GIF support, but no MIDI. Consequently, MIDI applications require cgo. This complicates the build process and breaks support for many platforms.

Requesting that the Go standard library add first party support for MIDI signal tx/rx.

This is not the place to be requesting additions to the stdlib. Create a GitHub issue if you want to actually request this. Also - MIDI is specialized enough I think it makes sense for the community to support this:

1 Like

An x package aside crypto et al would be finr.