It was necessary to change on usb_desc.h
#elif defined(USB_MIDI_SERIAL)
// #define VENDOR_ID 0x16C0
// #define PRODUCT_ID 0x0489
#define VENDOR_ID 0x1235
#define...
Type: Posts; User: Garug
It was necessary to change on usb_desc.h
#elif defined(USB_MIDI_SERIAL)
// #define VENDOR_ID 0x16C0
// #define PRODUCT_ID 0x0489
#define VENDOR_ID 0x1235
#define...
After a while I had time to look into this, now I have LaunchControl XL
First, the LaunchControl XL works great with the InputFunctions USB Host example. I.e all controls provide clear and what...
I am getting the Launch Control XL (should have it tomorrow), but the question, when I know how it has the device info, how do I make the Teensy USB look the same? Do I need to modify the library, or...
I am trying to control Sound Device MixPre 10T recorder with MIDI.
It accepts several controllers, like Akai MidiMix and Launch Control XL, It is unclear for me how it detects what device is...