You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we please get a standard API for MIDI operations? There are various libraries online, but they tend to focus on supporting just one or two platforms. Here is an opportunity for Go to provide a portable API.
Note that audio is broken out of the box in WSL. Some users are implementing intensive steps to work around this. Perhaps the midi library can report any runtime initialization errors, so that it works reasonably well, regardless of the user environment.
Citing good work so far for macOS and Linux targets:
This is not something that is likely to go into the Go standard library, at least not any time soon. This is something where we would normally expect third parties to take the lead. https://golang.org/doc/faq#x_in_std
Can we please get a standard API for MIDI operations? There are various libraries online, but they tend to focus on supporting just one or two platforms. Here is an opportunity for Go to provide a portable API.
Note that audio is broken out of the box in WSL. Some users are implementing intensive steps to work around this. Perhaps the
midi
library can report any runtime initialization errors, so that it works reasonably well, regardless of the user environment.Citing good work so far for macOS and Linux targets:
https://gitlab.com/gomidi/midi
The text was updated successfully, but these errors were encountered: