.changelog/3457.md
RetroArchQuickSettingsView exposes midi_driver and midi_volume RetroArch config keys alongside the Provenance CoreMIDI device picker. The MIDI category is hidden on tvOS where CoreMIDI is unavailablemidi_input and midi_output default values from "OFF" to "Off" to match the casing expected by the CoreMIDI driver endpoint selectorMIDIDeviceManager multi-select API — selectedSourceID/selectedDestinationID are now computed convenience accessors backed by selectedSourceIDs: Set<MIDIUniqueID> and selectedDestinationIDs: Set<MIDIUniqueID>. Existing single-select behaviour is preserved; send() now broadcasts to all selected destinations simultaneously