Go to file
beau trepp 0f31acf6ce Adds in midi note enums
This should be much more human readable,
rather than relying on knowing the midi codes.

It should be represented the same way anyway,
and also works with sharps/flats
2019-09-17 21:13:19 +08:00
src Adds in midi note enums 2019-09-17 21:13:19 +08:00
.gitignore Initial midi device implementation 2019-09-15 15:53:49 +08:00
Cargo.toml Adds in midi note enums 2019-09-17 21:13:19 +08:00
README.md Adds readme 2019-09-15 15:57:48 +08:00

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.