USBHost+USB MIDI

Dependencies:   FATFileSystem mbed-rtos

Dependents:   USBHostMIDI_example MIDISynthwithSpecAnalyzer

Fork of USBHost by mbed official

USBHost with USB MIDI support

(work in progress...)

Tested functions

Receiving

  • note on
  • note off
  • program change
  • control change
  • pitch bend

Tranmitting

  • not tested yet.
Revision:
19:bf09452b8f26
Parent:
17:c7b1b8451598
--- a/USBHost/USBHostConf.h	Thu Oct 17 10:15:19 2013 +0100
+++ b/USBHost/USBHostConf.h	Thu Dec 05 09:32:50 2013 +0000
@@ -59,6 +59,11 @@
 #define USBHOST_3GMODULE            1 
 
 /*
+* Enable USBHostMIDI
+*/
+#define USBHOST_MIDI                1 
+
+/*
 * Maximum number of interfaces of a usb device
 */
 #define MAX_INTF                    4