If I wanted to do some #midi stuff in Rust, what should I look at?
Post
Replies:
2
@federicomena I use `midir`. I also wrote `midi-control` that provide some high-level MIDI messages thingy, but you don't necessarily need it. it's unfinished. Uses `midir` for transport anyway.
More precisely: record something from a MIDI controller, and analyze it a bit. Beringer as a service, kind of.