Skip to content

MIDI CC messages not sent to "split" MIDI out #10

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

Open
rjsmith opened this issue Jan 28, 2025 · 1 comment · Fixed by zass30/midimech#2
Open

MIDI CC messages not sent to "split" MIDI out #10

rjsmith opened this issue Jan 28, 2025 · 1 comment · Fixed by zass30/midimech#2

Comments

@rjsmith
Copy link

rjsmith commented Jan 28, 2025

If SPLIT: ON and MPE:ON, incoming channel-specific MIDI CC messages (e.g. CC 74 MPE timbre from a Linnstrument) is sent to the "midimech" MIDI out instead of the "split" MIDI OUT:

20:36:39.296 | RECEIVE    | ENDPOINT(LinnStrument MIDI) TYPE(CONTROLCHANGE) CHANNEL(11) DATA1(74) DATA2(74)
20:36:39.298 | RECEIVE    | ENDPOINT(IAC Driver midimech) TYPE(CONTROLCHANGE) CHANNEL(11) DATA1(74) DATA2(74)
@rjsmith
Copy link
Author

rjsmith commented Jan 28, 2025

With the fix, midi monitor shows the CC messages are now being routed to the correct midi out (with SPLIT: ON):

20:55:10.142 | RECEIVE    | ENDPOINT(LinnStrument MIDI) TYPE(CONTROLCHANGE) CHANNEL(12) DATA1(74) DATA2(113)
20:55:10.129 | RECEIVE    | ENDPOINT(IAC Driver split) TYPE(CONTROLCHANGE) CHANNEL(12) DATA1(74) DATA2(125)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant