tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.49k stars 913 forks source link

USB MIDI Host support #4591

Open davidhtims opened 1 week ago

davidhtims commented 1 week ago

There still does not seem to be any support for USB MIDI Host mode in TinyGo. I'd like to plug a USB MIDI keyboard into a controller board. Is this on the roadmap please?

Bluetooth MIDI could be an option. Is that possible?