From ba5ab02622e842bf1685a6e5f6850b4477806e6c Mon Sep 17 00:00:00 2001 From: Yuuichi Akagawa Date: Wed, 23 Mar 2016 00:10:25 +0900 Subject: [PATCH] Added info about the MIDI library to the README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 48a45b76..3c9d8e0d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ For more information about the hardware see the [Hardware Manual](http://www.cir * Major contributor to mass storage code * __guruthree__ * [Xbox ONE](#xbox-one-library) controller support +* __Yuuichi Akagawa__ - [@YuuichiAkagawa](https://twitter.com/yuuichiakagawa) + * Developer of the [MIDI](#midi-library) library # Donate @@ -56,6 +58,7 @@ Help yourself by helping us support you! Many thousands of hours have been spent * [Wii library](#wii-library) * [PS Buzz Library](#ps-buzz-library) * [HID Libraries](#hid-libraries) + * [MIDI Library](#midi-library) * [Interface modifications](#interface-modifications) * [FAQ](#faq) @@ -312,6 +315,16 @@ More information about the controller can be found at the following sites: HID devices are also supported by the library. However these require you to write your own driver. A few example are provided in the [examples/HID](examples/HID) directory. Including an example for the [SteelSeries SRW-S1 Steering Wheel](examples/HID/SRWS1/SRWS1.ino). +### [MIDI Library](usbh_midi.cpp) + +The library support MIDI devices. +You can convert USB MIDI keyboard to legacy serial MIDI. + +* [USB_MIDI_converter.ino](USBH_MIDI/USB_MIDI_converter) +* [USB_MIDI_converter_multi.ino](USBH_MIDI/USB_MIDI_converter_multi) + +For information see the following page: . + # Interface modifications The shield is using SPI for communicating with the MAX3421E USB host controller. It uses the SCK, MISO and MOSI pins via the ICSP on your board.