lathoub / Arduino-USBMIDI

Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer
MIT License
148 stars 11 forks source link

Fixed incorrect CIN when sending system messages #10

Closed YuuichiAkagawa closed 3 years ago

YuuichiAkagawa commented 3 years ago

Fix for #8 .

Fixed an issue where the CIN was set to 4 when sending system messages other than SysEx.

lathoub commented 3 years ago

Thanks @YuuichiAkagawa