mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
6b7f71f7bd
This implements a partial implementation of the midi messages, with the view we can expand later on. Note that we introduce a datatype to represent the different kinds of midi messages that may be sent, of various lengths. |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
usbd-midi
A simple usb midi device class for usb-device.
Currently this aims to be a very simple implementation, that allows the micro controller to send midi information to the PC.
This craate requires the use of a hardware driver, that implements the usb-device traits.