USBH_MIDI Library

I was looking into the USBH_MIDI (convert usb data to serial midi data). But i cant seem to figure out where to use the USB Vendor ID and USB Product ID. Where in the class should these be implemented and how?

static const uint8_t epDataInIndex; // DataIn endpoint index(MIDI)
static const uint8_t epDataOutIndex; // DataOUT endpoint index(MIDI)
static const uint8_t epDataInIndexVSP; // DataIn endpoint index(Vendor Specific Protocl)
static const uint8_t epDataOutIndexVSP; // DataOUT endpoint index(Vendor Specific Protocl)

The code can be found library here:

Help would be much appreciated!

Cheers,
Tim

Hi, I have the same question,. I have noticed if you run the dump example code the USB manufacturer ID and Product ID come up first.. then I get a load of number all the same with no change on input..

wondering if I need to enter the ID number or if the code auto detects the device ID..

will post back if I find out..

Anyone any idea how to print incoming midi values with Seral.println ?
would be useful to get results back to the screen.. this would be a useful in the example code?