rust-embedded-community / usbd-midi

MIT License
43 stars 18 forks source link

Receive midi #3

Closed p4ddy1 closed 3 years ago

p4ddy1 commented 3 years ago

Hi!

I added basic support for receiving MIDI data. I also added support for ControlChange messages. Please have a look and give me some feedback :)

btrepp commented 3 years ago

I like it :).

Only concern is initially I wanted people to be able to pick and choose whether they want midi-in/midi-out depending on there device. (Mainly so if you are only after your new midi out component, you don't have a random midi in device on your OS). However I think that's something I can revisit in the future.