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 connected. As I understand it does it automatically and configures everything for that device.
I did find the name.c to change the device and manufacturer name, but I suppose this is only the human readable format and think maybe it is using the
How could I change these, or any other ideas how to get the MixPre regocnice a supported MIDI device is connected?
It accepts several controllers, like Akai MidiMix and Launch Control XL, It is unclear for me how it detects what device is connected. As I understand it does it automatically and configures everything for that device.
I did find the name.c to change the device and manufacturer name, but I suppose this is only the human readable format and think maybe it is using the
Code:
// Line 109 https://github.com/PaulStoffregen/cores/blob/dbc44729351253a94e890e7d59a22e705f868597/teensy4/usb_desc.c
// device_descriptor[]
// EP0_SIZE, // bMaxPacketSize0
// LSB(VENDOR_ID), MSB(VENDOR_ID), // idVendor
// LSB(PRODUCT_ID), MSB(PRODUCT_ID), // idProduct
How could I change these, or any other ideas how to get the MixPre regocnice a supported MIDI device is connected?