Midi bus
About
Enables sending midi note values to the Playdate over USB via an intermediary computer. It’s a proof-of-concept project but very usable if you’re a little technical. See also Serial Comms.
Note. deprecated
Playdate now has serialMessageReceived(msg) which makes this kind of thing much simpler.
github.com/orllewin/playdate_midi_bus
## Status
Fairly active.