Hello,
I'm trying to get my head around theUSB descriptors for my Teensy 4, particularly for a MIDI device. I think I'm getting there, but I have a quick question....
I've read the MIDI 1.0 USB Device class definition, and on the example device it gives, it says to also include an Audio Control Interface Descriptor (page 38, section B3), and says this is mandatory.
I've dug through the core Teensy 4 files:
usb_desc.h & usb_desc.c
but it seems to me that the Audio Control Interface descriptor is not included when the Teensy is set to a MIdi device?
Just curious why it's not included, and what the consequences are? Or maybe it is included, and I've just missed it?
TIA
I'm trying to get my head around theUSB descriptors for my Teensy 4, particularly for a MIDI device. I think I'm getting there, but I have a quick question....
I've read the MIDI 1.0 USB Device class definition, and on the example device it gives, it says to also include an Audio Control Interface Descriptor (page 38, section B3), and says this is mandatory.
I've dug through the core Teensy 4 files:
usb_desc.h & usb_desc.c
but it seems to me that the Audio Control Interface descriptor is not included when the Teensy is set to a MIdi device?
Just curious why it's not included, and what the consequences are? Or maybe it is included, and I've just missed it?
TIA