Closing the validation loop on the Teensy 4.1 MIDI 2.0 device: the cores fork descriptors now pass the two references that
matter.
Windows MIDI Services (Microsoft's native stack): the Teensy enumerates as a native MIDI 2.0 endpoint over Kernel Streaming, and the MIDI Services Console decodes the whole stream natively, 32-bit Note On/Off, 32-bit CC, Pitch Bend, Per-Note Controllers, Flex Data, all with the right Group and Channel.
MIDI 2.0 Workbench (the MIDI Association's conformance tool): the recipe passes the checklist with no errors and no warnings.
The descriptors behind this are minimal and transport only, 625 lines in teensy4/, no application logic, in the cores style.
What this opens up: with native MIDI 2.0, the 32-bit resolution and the per-note controllers feed straight into the Audio Library, high-resolution continuous control reaching the DSP without the 7-bit steps. A synth or effect that actually uses MIDI 2.0's resolution in the sound path, on hardware you already have on the bench, is close to unheard of right now. That is the door these descriptors open.
If you want to try it, the recipes are in midi2cpp: github.com/sauloverissimo/midi2cpp. There are device, control surface and host examples for the Teensy 4.1, ready to clone and flash.
