Skip to content

Releases: YuuichiAkagawa/USBH_MIDI

USBH_MIDI v1.0.0

22 Apr 12:55
Compare
Choose a tag to compare
  • Add OnRelease() callback.
  • The timing for enabling PollEnable has been changed to before the onInit() callback.
  • Update vender specific code for Novation.

USBH_MIDI v0.6.1

22 Jan 00:23
Compare
Choose a tag to compare
  • Fix for RecvData(uint8_t) does not work when CableNumber(CN) is non-zero.

USBH_MIDI v0.6.0

09 May 23:14
Compare
Choose a tag to compare
  • Change configuration descriptor parser. Supports large descriptors.
  • Fixed an issue when the endpoint size exceeded 64 bytes
  • Add OnInit() callback
  • Add a predefined macro "USBH_MIDI_VERSION".
  • Changed the method of deriving the message length
  • Refine the examples