Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Input Port of MME MIDI app passes some kind of messages from Group except index 0 on the same MIDI 1.0 device. #446

Open
tosugawara opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. bug 🐞 Something isn't working duplicate 🍭🍭 This issue or pull request already exists

Comments

@tosugawara
Copy link
Collaborator

Describe the bug
Using USB MIDI 1.0 device having multiple MIDI input ports on MME MIDI app, selected Input port, which is Group 1 (Index 0), passes some messages from other Group number port.

To Reproduce

  1. Attach KORG minilogue-xd (keyboard synthesizer) to PC.

  2. Update the MIDI driver to the USB MIDI 2.0 driver (UsbMidi2.sys).

  3. This synthesizer has 2 pair of MIDI In/Out ports, and its virtual Group Terminal Blocks indexed by UsbMidi2 driver is this list. Group 1 ports "MIDI IN, MIDI OUT" are for MIDI interface through 5-pin DIN jacks.
    Image

  4. Open the Pocket MIDI 64bit and choose MidiSrv enumerated ports ("KORG INC. midilogue-xd I-1, O-1).

  5. Timing Clock messages are displayed on input port monitor although nothing is connected to the MIDI IN jack. And press PLAY button of sequencer of minilogue-xd, Start (FA) and Stop (FC) messages are displayed. Other messages like note messages from keyboard seem not to be passed.
    Image

Expected behavior
No messages are displayed on input port monitor.

Installer Name or Version
Windows.MIDI.Services.In-Box.Service.-.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 24H2 build 26120.2415 (Insider Dev channel)

Device information, if this is with an external MIDI device:
KORG minilogue-xd, KORG monologue

Application Information
MORSON Pocket MIDI 64-bit
https://www.morson.jp/pocketmidi-webpage/

Additional context
Add any other context about the problem here.

@tosugawara tosugawara added the bug 🐞 Something isn't working label Dec 2, 2024
@Psychlist1972 Psychlist1972 added the duplicate 🍭🍭 This issue or pull request already exists label Dec 2, 2024
@Psychlist1972
Copy link
Contributor

Thanks. This is a known limitation of this release. All incoming and outgoing data has a hard-coded Group Index 0

Dup of #418

@Psychlist1972 Psychlist1972 added the area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-service-or-api 🖥️ Related to the Windows Service, core API, abstractions, etc. bug 🐞 Something isn't working duplicate 🍭🍭 This issue or pull request already exists
Projects
Status: No status
Development

No branches or pull requests

2 participants