You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
After Index 11, the message should be as follows:
Installer Name or Version
・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)
Desktop (please complete the following information):
・OS: Windows 11 Pro Insider Preview Build 27758.rs_prerelease.241122-1512
Device information, if this is with an external MIDI device:
ProtoZOA
Application Information
midi.exe console app.
Additional context
The firmware sends two packets, one for each of the touchpads 1 to 6, when pressed.
The contents of the packets are as follows:
The packets sent when the touchpad is pressed are
TP1 : UMPpacket10, UMPpacket11
TP2 : UMPpacket10, UMPpacket12
TP3 : UMPpacket10, UMPpacket13
TP4 : UMPpacket10, UMPpacket14
TP5 : UMPpacket20, UMPpacket21
TP6 : UMPpacket30, UMPpacket31
The text was updated successfully, but these errors were encountered:
I assume in the first case (10 and 11) you are splitting that last valid UMP across UMPpacket10 and UMPpacket11. Does that mean they are in separate USB packets? I don't know how you are transmitting the data
If so, that's not valid, as I recall. The entire UMP needs to fit into the USB packet, Partial UMPs are not allowed.
@AmeNote-Michael can you confirm that this is (or isn't) the case for incoming MIDI 2.0 data in the driver?
Describe the bug
MT4 messages consist of two words, but inputting one word at a time may result in incorrect output results.
To Reproduce
Then undefined messages appear on the monitor
Expected behavior
After Index 11, the message should be as follows:
Installer Name or Version
・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)
Desktop (please complete the following information):
・OS: Windows 11 Pro Insider Preview Build 27758.rs_prerelease.241122-1512
Device information, if this is with an external MIDI device:
ProtoZOA
Application Information
midi.exe console app.
Additional context
The firmware sends two packets, one for each of the touchpads 1 to 6, when pressed.
The contents of the packets are as follows:
The packets sent when the touchpad is pressed are
TP1 : UMPpacket10, UMPpacket11
TP2 : UMPpacket10, UMPpacket12
TP3 : UMPpacket10, UMPpacket13
TP4 : UMPpacket10, UMPpacket14
TP5 : UMPpacket20, UMPpacket21
TP6 : UMPpacket30, UMPpacket31
The text was updated successfully, but these errors were encountered: