Open m-komo opened 2 weeks ago
A similar problem occurred.
1.Install UUT_USB_MIDI_ECHO_NO_PRINTF.uf2 on ProtoZoA 2.Driver uses UsbMidi2. 3.Start up two consoles, One is a monitor.
midi endpoint monitor --verbose
Send on the other
midi endpoint send-message 0x40901122 0x33445566 -i --count 10 --delay 1
4.Check the monitor. 5.Start up pocketMIDI. Select protoZoA in Input port. 6.Once more on the sending side.
midi endpoint send-message 0x40901122 0x33445566 -i --count 10 --delay 1
7.Check monitor on pocketMIDI. So far, so good.
8.Sending SysEx from the sender.
midi endpoint send-message-file -p 0 sysex1.txt
9.midi.exe monitor is receiving. But, nothing is displayed on the pocketMIDI monitors.
10.Send NoteOn from the sender again.
midi endpoint send-message 0x40901122 0x33445566 -i --count 10 --delay 1
11.As before, midi.exe monitor is receiving. But, nothing is displayed on the pocketMIDI monitors. 12.Quit pocketMIDI and start up again, NoteOn accepts as before.
The PC is in the following condition. ・OS: Windows 11 Pro Insider Preview Build 27729.rs_prerelease.241011-1428 ・Windows.MIDI.Services.In-Box.Service.-.1.0.1-preview.7.24305.1438-x64.exe ・Windows.MIDI.Services.Tools.and.SDKs.1.0.1-preview.7.24305.1438-x64.exe ・USB MIDI 2.0 class driver (USBMIDI2_10.0.1.7.x64.zip)
Describe the bug A legacy MIDI app which uses MME MIDI API cannot receive System Exclusive messages through a MidiSrv enumerated port.
To Reproduce
In the MIDI Out Monitor of the Pocket MIDI shows the sent message as below:
The midi.exe monitor shows the received message as below:
However, no message is received by the Pocket MIDI.
Expected behavior MME MIDI apps can receive SysEx messages through MidiSrv enumerated ports.
Screenshots
Installer Name or Version Windows.MIDI.Services.In-Box.Service.-.1.0.1-preview.7.24305.1438-x64.exe
Desktop (please complete the following information):
Device information, if this is with an external MIDI device:
ProtoZOA running with the attached firmware. UUT_USB_MIDI_ECHO_NO_PRINTF.uf2.zip
USB MIDI 2.0 class driver (USBMIDI2_10.0.1.7.x64.zip)
Application Information