This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
******************************************************************************* | |
UHS2-MIDI Digital Synth PRA32-U bridge | |
Copyright (C) 2023 Yuuichi Akagawa | |
******************************************************************************* | |
*/ | |
#include <UHS2-MIDI.h> | |
#include <usbhub.h> | |
USB Usb; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
******************************************************************************* | |
USBH_MIDI Digital Synth PRA32-U bridge | |
Copyright (C) 2023 Yuuichi Akagawa | |
******************************************************************************* | |
*/ | |
#include <usbh_midi.h> | |
#include <usbhub.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bus 001 Device 024: ID 0944:012f KORG, Inc. SQ-1 | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 1.10 | |
bDeviceClass 0 | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0944 KORG, Inc. |
OlderNewer