Posted on December 08, 2017 at 23:12 Sorry it took so long to respond, bro. I have not included a subscription to the topic. I pulled the whole driver package from HAL in a separate folder, which can be used without CubeMX Just add all the file...
Posted on February 08, 2017 at 05:12 It's done! I modified the descriptorand now it showsas two separate MIDI ports(cables). usbd_midi.c ___________________________ *** __ALIGN_BEGIN uint8_t USBD_MIDI_CfgDesc[USB_MIDI_CONFIG_DESC_SIZ] __ALI...
Posted on February 06, 2017 at 23:13Whery interesting project, Christopher! Is it possible to see its demo?Now I'm coding my hybrid paraphonic synthesizer too. It's close to Korg Mono/Poly in architecture and consist of quad DCOs and dual Polyvosk s...
Posted on February 06, 2017 at 19:21I searched on request 'usbd_midi.h' and get two results.Then I created a new project in CubeMX with a CDC class device and replace usb_device, usbd_cdc_if to usbd_midi_if and usbd_cdc to usbd_midi from this https:...
Posted on February 06, 2017 at 05:34Thank you very much for your answer! I'm sorry, I didn't notice that you are discussing the Host Class.Maybe you have some idea of how to implement a MIDI Device Class that will be compatible with project in the C...